Struct sdl2::pixels::ll::SDL_Color[src]

pub struct SDL_Color {
    pub r: uint8_t,
    pub g: uint8_t,
    pub b: uint8_t,
    pub a: uint8_t,
}

Fields

r
g
b
a