pub fn fill_rect_alpha( x: usize, y: usize, width: usize, height: usize, color: RgbColor, alpha: u8, )
Performs the fill rect alpha operation.