Struct sdl2_sys::pixels::SDL_Color
[−]
[src]
#[repr(C)]pub struct SDL_Color { pub r: uint8_t, pub g: uint8_t, pub b: uint8_t, pub a: uint8_t, }
Fields
r: uint8_t
g: uint8_t
b: uint8_t
a: uint8_t