Results 1 - 12 of 12 results out of about 6839 pages. (4.08 seconds)
- SDL_Palette . . . 4 matches
- ...
= SDL_Palette =
A structure that contains palette information.
<<TableOfContents()>>
== Data Fields ==
||int||'''ncolors'''||the number of colors in the palette||
||[[SDL_Colo...
- SGStructures . . . 2 matches
- ...'not'' complete sentences.
''Example'': [[SDL_Surface]], [[SDL_JoyButtonEvent]], [[SDL_Palette]], [[SDL_HapticCondition]]
''Action'': There are a few content-dependent conventio...
- SDL_SetSurfacePalette . . . 2 matches
- ...light cpp
int SDL_SetSurfacePalette(SDL_Surface* surface,
SDL_Palette* palette)
}}}
== Function Parameters ==
||'''surface'''||the [[SDL_Surface]] struc...
- SDL_SetPixelFormatPalette . . . 2 matches
- ...nt SDL_SetPixelFormatPalette(SDL_PixelFormat* format,
SDL_Palette* palette)
}}}
== Function Parameters ==
||'''format'''||the [[SDL_PixelFormat]...
- SDL_SetPaletteColors . . . 2 matches
- ...e.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
int SDL_SetPaletteColors(SDL_Palette* palette,
const SDL_Color* colors,
...
- SDL_PixelFormat . . . 2 matches
- ...a Fields ==
||Uint32||'''format'''||one of the [[SDL_PixelFormatEnum]] values||
||[[SDL_Palette]]*||'''palette'''||an [[SDL_Palette]] structure associated with this pixel format, ...
- SDL_FreePalette . . . 2 matches
- ...e]]().
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
void SDL_FreePalette(SDL_Palette* palette)
}}}
== Function Parameters ==
||'''palette'''||the [[SDL_Palette]] struc...
- SDL_AllocPalette . . . 2 matches
- ...ed number of color entries.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
SDL_Palette* SDL_AllocPalette(int ncolors)
}}}
== Function Parameters ==
||'''ncolors'''||repr...
- SDL_Color . . . 1 match
- ...ue for a certain pixel format using [[SDL_MapRGB]]().
== Related Structures ==
.[[SDL_Palette]]
== Related Functions ==
.[[SDL_SetPaletteColors]]
----
[[CategoryStruct]], [[C...
- CategoryStruct . . . 1 match
- ...##master-page:CategoryTemplate
##master-date:Unknown-Date
#format wiki
#language en
= SDL 2.0 API Structures =
<<TableOfContents()>>
== Introduction ==
This category contains a...
- CategoryPixels . . . 1 match
- ...##master-page:CategoryTemplate
##master-date:Unknown-Date
#format wiki
#language en
= Pixel Formats and Conversion Routines =
'''Include File(s):''' [[http://hg.libsdl.org/SDL/fil...
- CategoryAPI . . . 1 match
- ...##master-page:CategoryTemplate
##master-date:Unknown-Date
#format wiki
#language en
= SDL 2.0 API by Name =
<<TableOfContents()>>
== Hints ==
<<FullSearchCached(category:Catego...
