pub fn blit_rgb( dst_x: usize, dst_y: usize, src_width: usize, src_height: usize, pixels: &[RgbColor], ) -> bool
Performs the blit rgb operation.