Results 26 - 46 of 46 results out of about 6839 pages. (2.97 seconds)
- SDL_SetSurfaceColorMod . . . 2 matches
- ...
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
int SDL_SetSurfaceColorMod(SDL_Surface* surface,
Uint8 r,
Uin...
- SDL_SetSurfaceBlendMode . . . 2 matches
- ...
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
int SDL_SetSurfaceBlendMode(SDL_Surface* surface,
SDL_BlendMode blendMode)
}}}
== Function Pa...
- SDL_SetSurfaceAlphaMod . . . 2 matches
- ...
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
int SDL_SetSurfaceAlphaMod(SDL_Surface* surface,
Uint8 alpha)
}}}
== Function Parameter...
- SDL_SetColorKey . . . 2 matches
- ...urface.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
int SDL_SetColorKey(SDL_Surface* surface,
int flag,
Uint32 k...
- SDL_SetClipRect . . . 2 matches
- ...e.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
SDL_bool SDL_SetClipRect(SDL_Surface* surface,
const SDL_Rect* rect)
}}}
== Function Parame...
- SDL_SaveBMP_RW . . . 2 matches
- ... format.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
int SDL_SaveBMP_RW(SDL_Surface* surface,
SDL_RWops* dst,
int free...
- SDL_MUSTLOCK . . . 2 matches
- ...cess.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
SDL_bool SDL_MUSTLOCK(SDL_Surface* surface)
}}}
== Function Parameters ==
||'''surface'''||the [[SDL_Surface]] struc...
- SDL_LockSurface . . . 2 matches
- ...pixels.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
int SDL_LockSurface(SDL_Surface* surface)
}}}
== Function Parameters ==
||'''surface'''||the [[SDL_Surface]] struc...
- SDL_LoadBMP_RW . . . 2 matches
- ...ta stream (memory or file).
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
SDL_Surface* SDL_LoadBMP_RW(SDL_RWops* src,
int freesrc)
}}}...
- SDL_GetSurfaceColorMod . . . 2 matches
- ...
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
int SDL_GetSurfaceColorMod(SDL_Surface* surface,
Uint8* r,
Uin...
- SDL_GetSurfaceBlendMode . . . 2 matches
- ...
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
int SDL_GetSurfaceBlendMode(SDL_Surface* surface,
SDL_BlendMode* blendMode)
}}}
== Function ...
- SDL_GetSurfaceAlphaMod . . . 2 matches
- ...
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
int SDL_GetSurfaceAlphaMod(SDL_Surface* surface,
Uint8* alpha)
}}}
== Function Parameter...
- SDL_GetColorKey . . . 2 matches
- ...urface.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
int SDL_GetColorKey(SDL_Surface* surface,
Uint32* key)
}}}
== Function Parameters ==
||''...
- SDL_GetClipRect . . . 2 matches
- ...rface.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
void SDL_GetClipRect(SDL_Surface* surface,
SDL_Rect* rect)
}}}
== Function Parameters ==
||...
- SDL_FreeSurface . . . 2 matches
- ...ace.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
void SDL_FreeSurface(SDL_Surface* surface)
}}}
== Function Parameters ==
||'''surface'''||the [[SDL_Surface]] struc...
- SDL_FillRects . . . 2 matches
- ...ic color.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
int SDL_FillRects(SDL_Surface* dst,
const SDL_Rect* rects,
int ...
- SDL_CreateCursor . . . 2 matches
- ...g [[SDL_ShowCursor]]() and in your main loop, when you draw graphics, also draw a [[SDL_Surface]] at the location of the mouse cursor.
Or use [[SDL_CreateColorCursor]]().
/* <<C...
- CategorySurface . . . 2 matches
- ... Drawing =
'''Include File(s):''' [[http://hg.libsdl.org/SDL/file/default/include/SDL_surface.h|SDL_surface.h]]
<<TableOfContents()>>
== Introduction ==
This category contain...
- SDL_Palette . . . 1 match
- ...SDL allocates an [[SDL_PixelFormat]] for a surface. The '''colors''' values of an [[SDL_Surface]]'s palette can be set with [[SDL_SetPaletteColors]]().
== Related Structures ==
...
- 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...
- 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...
