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

pub struct SDL_Palette {
    pub ncolors: c_int,
    pub colors: *SDL_Color,
    pub version: uint32_t,
    pub refcount: c_int,
}

Fields

ncolors
colors
version
refcount