rgb::alt

Type Alias GRB8

source
pub type GRB8 = Grb<u8>;
Expand description

8-bit GRB

Aliased Type§

struct GRB8 {
    pub g: u8,
    pub r: u8,
    pub b: u8,
}

Fields§

§g: u8

Green Component

§r: u8

Red Component

§b: u8

Blue Component