pub fn blit_rgb24( dst_x: usize, dst_y: usize, src_width: usize, src_height: usize, bytes: &[u8], ) -> bool
Performs the blit rgb24 operation.