Skip to main content

fill_rect

Function fill_rect 

Source
pub fn fill_rect(
    x: usize,
    y: usize,
    width: usize,
    height: usize,
    color: RgbColor,
)
Expand description

Performs the fill rect operation.