Wiki Page Content

Revision 5 as of 2009-12-13 07:29:46

Clear message

SDL_Palette

A structure that contains palette information.

Data Fields

int

ncolors

the number of colors in the palette

SDL_Color*

colors

an array of colors in the palette

int

refcount

reference count (internal use)

SDL_PaletteWatch*

watch

a list of callbacks called when this palette has changed (internal use)

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryStruct

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit