[][src]Function gdl::background::solid_background

pub fn solid_background(
    width: u32,
    height: u32,
    background_color: Rgb
) -> DynamicImage

Create a background filled with a solid color of type Rgb. Returns a DynamicImage.

Arguments