pub fn draw_line(x0: isize, y0: isize, x1: isize, y1: isize, color: RgbColor)
Performs the draw line operation.