Home | All Classes | Grouped Classes | Index | Search
Draw a line from (x1, y1) to (x2, y2) using the specified color.
void draw_line( int x1, int y1, int x2, int y2, const CL_Color& color);
See also:
CL_Display | CL_Color