Type Alias SetBackgroundColor

Source
pub type SetBackgroundColor = Color;

Aliased Type§

struct SetBackgroundColor {
    pub r: u8,
    pub g: u8,
    pub b: u8,
    pub a: u8,
}

Fields§

§r: u8

The red component value.

§g: u8

The green component value.

§b: u8

The blue component value.

§a: u8

The alpha component value.