SDL_Palette

A set of indexed colors representing a palette.

extern (C) nothrow @nogc
struct SDL_Palette {}

Members

Variables

colors
SDL_Color* colors;

< an array of colors, ncolors long.

ncolors
int ncolors;

< number of elements in colors.

refcount
int refcount;

< internal use only, do not touch.

version_
Uint32 version_;

< internal use only, do not touch.

See Also

Meta