Wiki Page Content

Results 1 - 25 of 36 results out of about 6839 pages. (3.56 seconds)

SDL_UnlockSurface . . . 1 match
...s == <<Include(SDL_LockSurface, , , from="== Remarks ==", to="== Related Functions ==")>> == Related Functions == .[[SDL_LockSurface]] ---- [[CategoryAPI]], [[CategorySurface]]...

0.6k - rev: 8 (current) last modified: 2011-01-11 23:22:09

SDL_Surface . . . 1 match
...] . [[SDL_SetSurfaceColorMod]] . [[SDL_SetSurfacePalette]] . [[SDL_SetSurfaceRLE]] . [[SDL_SoftStretch]] . [[SDL_UnlockSurface]] ---- [[CategoryStruct]], [[CategorySurface]]...

3.2k - rev: 32 (current) last modified: 2017-07-14 21:51:36

SDL_SetSurfaceRLE . . . 1 match
...cked before directly accessing the pixels. == Related Functions == .[[SDL_BlitSurface]] .[[SDL_LockSurface]] .[[SDL_UnlockSurface]] ---- [[CategoryAPI]], [[CategorySurface]]...

0.9k - rev: 6 (current) last modified: 2011-01-11 23:48:52

SDL_SetSurfacePalette . . . 1 match
...Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == A single palette can be shared with many surfaces. ---- [[CategoryAPI]], [[CategorySurface]]...

0.7k - rev: 9 (current) last modified: 2011-01-11 23:47:02

SDL_SetSurfaceColorMod . . . 1 match
...the following formula: `srcC = srcC * (color / 255)` == Related Functions == .[[SDL_GetSurfaceColorMod]] .[[SDL_SetSurfaceAlphaMod]] ---- [[CategoryAPI]], [[CategorySurface]]...

1.2k - rev: 8 (current) last modified: 2011-01-07 19:05:35

SDL_SetSurfaceBlendMode . . . 1 match
...data, the blendmode of the SOURCE surface should be set to 'SDL_BLENDMODE_NONE'. == Related Functions == .[[SDL_GetSurfaceBlendMode]] ---- [[CategoryAPI]], [[CategorySurface]]...

1.1k - rev: 11 (current) last modified: 2014-02-18 03:03:34

SDL_SetSurfaceAlphaMod . . . 1 match
...he following formula: .`srcA = srcA * (alpha / 255)` == Related Functions == .[[SDL_GetSurfaceAlphaMod]] .[[SDL_SetSurfaceColorMod]] ---- [[CategoryAPI]], [[CategorySurface]]...

1.0k - rev: 8 (current) last modified: 2011-01-07 19:05:50

SDL_SetColorKey . . . 1 match
... of transparent pixels. See [[SDL_SetSurfaceRLE]]() for details. == Related Functions == .[[SDL_BlitSurface]] .[[SDL_GetColorKey]] ---- [[CategoryAPI]], [[CategorySurface]]...

1.2k - rev: 10 (current) last modified: 2012-01-28 20:16:16

SDL_SetClipRect . . . 1 match
...ically clipped to the edges of the source and destination surfaces. == Related Functions == .[[SDL_BlitSurface]] .[[SDL_GetClipRect]] ---- [[CategoryAPI]], [[CategorySurface]]...

1.0k - rev: 13 (current) last modified: 2011-04-05 20:54:56

SDL_SaveBMP_RW . . . 1 match
... are saved. YUV and paletted 1-bit and 4-bit formats are not supported. == Related Functions == .[[SDL_LoadBMP_RW]] .[[SDL_SaveBMP]] ---- [[CategoryAPI]], [[CategorySurface]]...

1.2k - rev: 8 (current) last modified: 2016-10-08 22:35:29

SDL_SaveBMP . . . 1 match
... are saved. YUV and paletted 1-bit and 4-bit formats are not supported. == Related Functions == .[[SDL_LoadBMP]] .[[SDL_SaveBMP_RW]] ---- [[CategoryAPI]], [[CategorySurface]]...

1.2k - rev: 9 (current) last modified: 2020-07-24 17:18:55

SDL_MUSTLOCK . . . 1 match
...ou can add your code example here }}} == Remarks == ''You can add useful comments here'' == Related Functions == .[[SDL_LockSurface]] ---- [[CategoryAPI]], [[CategorySurface]]...

0.6k - rev: 3 (current) last modified: 2011-03-27 22:19:13

SDL_LowerBlitScaled . . . 1 match
...forms low-level surface blitting, assuming the input rectangles have already been clipped. == Related Functions == .[[SDL_BlitScaled]] ---- [[CategoryAPI]], [[CategorySurface]]...

1.1k - rev: 5 (current) last modified: 2013-08-08 22:02:44

SDL_LowerBlit . . . 1 match
...ce blitting, assuming the input rectangles have already been clipped. == Related Functions == .[[SDL_BlitSurface]] .[[SDL_UpperBlit]] ---- [[CategoryAPI]], [[CategorySurface]]...

1.2k - rev: 8 (current) last modified: 2013-08-08 21:05:45

SDL_LockSurface . . . 1 match
...ce at any time, and the pixel format of the surface will not change. == Related Functions == .[[SDL_MUSTLOCK]] .[[SDL_UnlockSurface]] ---- [[CategoryAPI]], [[CategorySurface]]...

1.3k - rev: 11 (current) last modified: 2014-01-11 13:52:41

SDL_LoadBMP_RW . . . 1 match
...urface should be freed with [[SDL_FreeSurface]](). == Related Functions == .[[SDL_FreeSurface]] .[[SDL_LoadBMP]] .[[SDL_SaveBMP_RW]] ---- [[CategoryAPI]], [[CategorySurface]]...

0.9k - rev: 14 (current) last modified: 2014-03-02 13:44:25

SDL_LoadBMP . . . 1 match
...m="== Remarks ==", to="== Related Functions ==")>> == Related Functions == .[[SDL_FreeSurface]] .[[SDL_LoadBMP_RW]] .[[SDL_SaveBMP]] ---- [[CategoryAPI]], [[CategorySurface]]...

0.7k - rev: 3 (current) last modified: 2011-01-11 23:15:19

SDL_GetSurfaceColorMod . . . 1 match
...} == Remarks == ''You can add useful comments here'' == Related Functions == .[[SDL_GetSurfaceAlphaMod]] .[[SDL_SetSurfaceColorMod]] ---- [[CategoryAPI]], [[CategorySurface]]...

1.0k - rev: 5 (current) last modified: 2011-01-07 18:59:16

SDL_GetSurfaceBlendMode . . . 1 match
...ng: <<Include(SDL_BlendMode, , , from="== Values ==", to="== Code Examples ==")>> == Related Functions == .[[SDL_SetSurfaceBlendMode]] ---- [[CategoryAPI]], [[CategorySurface]]...

0.9k - rev: 9 (current) last modified: 2011-01-04 00:34:29

SDL_GetSurfaceAlphaMod . . . 1 match
...} == Remarks == ''You can add useful comments here'' == Related Functions == .[[SDL_GetSurfaceColorMod]] .[[SDL_SetSurfaceAlphaMod]] ---- [[CategoryAPI]], [[CategorySurface]]...

0.8k - rev: 6 (current) last modified: 2011-01-07 18:38:14

SDL_GetColorKey . . . 1 match
...f the format used by the surface, as generated by [[SDL_MapRGB]](). == Related Functions == .[[SDL_BlitSurface]] .[[SDL_SetColorKey]] ---- [[CategoryAPI]], [[CategorySurface]]...

0.9k - rev: 7 (current) last modified: 2011-01-07 18:07:52

SDL_GetClipRect . . . 1 match
... of a blit, only the area within the clip rectangle is drawn into. == Related Functions == .[[SDL_BlitSurface]] .[[SDL_SetClipRect]] ---- [[CategoryAPI]], [[CategorySurface]]...

0.8k - rev: 5 (current) last modified: 2011-01-07 17:47:36

SDL_FreeSurface . . . 1 match
...this function. == Related Functions == .[[SDL_CreateRGBSurface]] .[[SDL_CreateRGBSurfaceFrom]] .[[SDL_LoadBMP]] .[[SDL_LoadBMP_RW]] ---- [[CategoryAPI]], [[CategorySurface]]...

0.7k - rev: 8 (current) last modified: 2014-08-11 20:18:34

SDL_FillRects . . . 1 match
...hen this function will fill based on the intersection of the clip rectangle and '''rects'''. == Related Functions == .[[SDL_FillRect]] ---- [[CategoryAPI]], [[CategorySurface]]...

1.4k - rev: 11 (current) last modified: 2011-03-12 19:48:37

SDL_FillRect . . . 1 match
...en this function will fill based on the intersection of the clip rectangle and '''rect'''. == Related Functions == .[[SDL_FillRects]] ---- [[CategoryAPI]], [[CategorySurface]]...

1.5k - rev: 16 (current) last modified: 2014-07-04 11:27:03

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