Query: sdl_palette
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SDL_Palette(3) SDL API Reference SDL_Palette(3)NAMESDL_Palette - Color palette for 8-bit pixel formatsSTRUCTURE DEFINITIONtypedef struct{ int ncolors; SDL_Color *colors; } SDL_Palette;STRUCTURE DATAncolors Number of colors used in this palette colors Pointer to SDL_Color structures that make up the palette.DESCRIPTIONEach pixel in an 8-bit surface is an index into the colors field of the SDL_Palette structure store in SDL_PixelFormat. A SDL_Palette should never need to be created manually. It is automatically created when SDL allocates a SDL_PixelFormat for a surface. The colors values of a SDL_Surfaces palette can be set with the SDL_SetColors.SEE ALSOSDL_Color, SDL_Surface, SDL_SetColors SDL_SetPaletteSDLTue 11 Sep 2001, 23:01 SDL_Palette(3)
| Related Man Pages |
|---|
| sdl_pixelformat(3) - redhat |
| sdl_setpalette(3) - redhat |
| sdl_setcolors(3) - debian |
| sdl_setpalette(3) - debian |
| sdl_setcolors(3) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| How to increment version inside a file? |
| Tar Command |
| Unsure why access time on a directory change isn't changing |
| Controlling user input |
| Please Welcome Dave Munro to the Moderator Team! |