Wiki Page Content

Results 1 - 13 of 13 results out of about 6839 pages. (4.41 seconds)

SDL_MapRGBA . . . 4 matches
... = SDL_MapRGBA = Use this function to map an RGBA quadruple to a pixel value for a given pixel format. <<TableOfContents()>> == Syntax == {{{#!highlight cpp Uint32 SDL_MapRGBA(c...

1.7k - rev: 10 (current) last modified: 2010-09-26 17:32:32

SDL_MapRGB . . . 4 matches
... = SDL_MapRGB = Use this function to map an RGB triple to an opaque pixel value for a given pixel format. <<TableOfContents()>> == Syntax == {{{#!highlight cpp Uint32 SDL_MapRGB...

1.6k - rev: 8 (current) last modified: 2010-09-26 17:12:51

SDL_FillRect . . . 3 matches
...t, 32, 0, 0, 0, 0); /* Filling the surface with red color. */ SDL_FillRect(s, NULL, SDL_MapRGB(s->format, 255, 0, 0)); }}} == Remarks == '''color''' should be a pixel of the form...

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

SDL_PixelFormat . . . 2 matches
...[[SDL_Surface]] == Related Functions == .[[SDL_ConvertSurface]] .[[SDL_GetRGB]] .[[SDL_GetRGBA]] .[[SDL_MapRGB]] .[[SDL_MapRGBA]] ---- [[CategoryStruct]], [[CategoryPixels]]...

5.7k - rev: 34 (current) last modified: 2017-03-11 22:56:47

SDL_GetRGBA . . . 2 matches
... component, the alpha will be returned as 0xff (100% opaque). == Related Functions == .[[SDL_GetRGB]] .[[SDL_MapRGB]] .[[SDL_MapRGBA]] ---- [[CategoryAPI]], [[CategoryPixels]]...

1.4k - rev: 10 (current) last modified: 2013-08-11 13:13:47

SDL_GetRGB . . . 2 matches
...at would return [0xff, 0xff, 0xff] not [0xf8, 0xfc, 0xf8]). == Related Functions == .[[SDL_GetRGBA]] .[[SDL_MapRGB]] .[[SDL_MapRGBA]] ---- [[CategoryAPI]], [[CategoryPixels]]...

1.2k - rev: 12 (current) last modified: 2010-10-16 05:52:23

SDL_FillRects . . . 2 matches
...or''' should be a pixel of the format used by the surface, and can be generated by [[SDL_MapRGB]]() or [[SDL_MapRGBA]](). If the color value contains an alpha component then the d...

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

SGFunctions . . . 1 match
... `<something>` with a brief, appropriate description of the Uint.|| ||''Example'': [[SDL_MapRGBA]](), [[SDL_WasInit]]()|| ||''Note'': Very rarely the Uint that is returned is a mas...

49.0k - rev: 72 (current) last modified: 2013-02-13 22:15:11

SDL_SetColorKey . . . 1 match
...arent in a blit. It is a pixel of the format used by the surface, as generated by [[SDL_MapRGB]](). RLE acceleration can substantially speed up blitting of images with large hor...

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

SDL_GetColorKey . . . 1 match
...rks == The color key is a pixel of the format used by the surface, as generated by [[SDL_MapRGB]](). == Related Functions == .[[SDL_BlitSurface]] .[[SDL_SetColorKey]] ---- [[Ca...

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

SDL_Color . . . 1 match
...You can convert an [[SDL_Color]] to a pixel value for a certain pixel format using [[SDL_MapRGB]](). == Related Structures == .[[SDL_Palette]] == Related Functions == .[[SDL_Se...

1.1k - rev: 20 (current) last modified: 2015-09-17 21:38:52

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...

0.7k - rev: 18 (current) last modified: 2013-10-12 19:07:30

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...

0.5k - rev: 19 (current) last modified: 2013-08-10 05:04:50

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