pub fn draw_rect( x: usize, y: usize, width: usize, height: usize, color: RgbColor, )
Performs the draw rect operation.