Wiki Page Content

Differences between revisions 5 and 6
Revision 5 as of 2009-12-13 07:29:46
Size: 993
Editor: SheenaSmith
Comment:
Revision 6 as of 2009-12-13 07:31:10
Size: 991
Editor: SheenaSmith
Comment:
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
||<style="color: #808080;">[[SDL_PaletteWatch]]*||<style="color: #808080;">'''watch'''||<style="color: #808080;">a list of callbacks called when this palette has changed (internal use)|| ||<style="color: #808080;">SDL_Palette``Watch*||<style="color: #808080;">'''watch'''||<style="color: #808080;">a list of callbacks called when this palette has changed (internal use)||

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

None: SDL_Palette (last edited 2014-09-22 17:28:04 by PhilippWiesemann)

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