Wiki Page Content

Results 1 - 25 of 29 results out of about 6839 pages. (3.21 seconds)

SDL_PixelFormatEnum . . . 56 matches
... = SDL_PixelFormatEnum = An enumeration of pixel formats. <<TableOfContents()>> == Values == === Pixel Format Macros === ||SDL_PIXELTYPE(format)||the type of the pixel format; ...

5.7k - rev: 28 (current) last modified: 2016-10-20 20:51:32

SDL_PixelFormat . . . 8 matches
... = SDL_PixelFormat = A structure that contains pixel format information. <<TableOfContents()>> == Data Fields == ||Uint32||'''format'''||one of the [[SDL_PixelFormatEnum]] valu...

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

SDL_PixelFormatEnumToMasks . . . 5 matches
... = SDL_PixelFormatEnumToMasks = Use this function to convert one of the enumerated pixel formats to a bpp value and RGBA masks. <<TableOfContents()>> == Syntax == {{{#!highligh...

1.5k - rev: 15 (current) last modified: 2013-08-11 13:14:42

SGEnumerations . . . 5 matches
...ample'': There are currently no enumeration examples of this. [[SDL_Surface]], [[SDL_PixelFormat]]|| ||<( |3 30%>''If'' __another API page__ is referenced ''and'' __the value is ...

25.3k - rev: 8 (current) last modified: 2012-01-06 00:09:48

SDL_AllocFormat . . . 5 matches
... = SDL_AllocFormat = Use this function to create an [[SDL_PixelFormat]] structure corresponding to a pixel format. <<TableOfContents()>> == Syntax == {{{#!highlight cpp SDL_Pix...

1.0k - rev: 7 (current) last modified: 2015-09-17 21:36:32

SGStructures . . . 4 matches
...ss of the page. ''Example'': The page address {{{http://wiki.libsdl.org/moin.cgi/SDL_PixelFormat}}} should have matching title {{{SDL_PixelFormat}}} and describe the [[SDL_PixelF...

35.9k - rev: 31 (current) last modified: 2012-01-06 00:09:16

SDL_ConvertSurface . . . 4 matches
..._ConvertSurface(SDL_Surface* src, const SDL_PixelFormat* fmt, Uint32 flags) }}} == Func...

1.5k - rev: 18 (current) last modified: 2020-03-10 19:12:34

SGFunctions . . . 3 matches
...red to adequately explain a parameter" below for more details.|| ||''Example'': [[SDL_PixelFormatEnumToMasks]]()|| ||<( |4 30%>''If'' a __more detailed description__ is required t...

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

SDL_RendererInfo . . . 3 matches
...amples ==")>> <<Anchor(texture_formats)>> '''texture_formats''' is an array of [[SDL_PixelFormatEnum]] values representing the available texture formats for the renderer <<Includ...

1.5k - rev: 32 (current) last modified: 2014-02-09 22:23:58

SDL_Palette . . . 3 matches
...an index into the '''colors''' field of the [[SDL_Palette]] structure stored in [[SDL_PixelFormat]]. An [[SDL_Palette]] should never need to be created manually. It is automatical...

1.2k - rev: 15 (current) last modified: 2014-09-22 17:28:04

SDL_MasksToPixelFormatEnum . . . 3 matches
...he alpha mask for the format|| == Return Value == Returns one of the following [[SDL_PixelFormatEnum]] values: <<Include(SDL_PixelFormatEnum, , , from="Start Include here.", to="...

1.1k - rev: 11 (current) last modified: 2011-03-26 00:23:25

SDL_FreeFormat . . . 3 matches
... = SDL_FreeFormat = Use this function to free an [[SDL_PixelFormat]] structure allocated by [[SDL_AllocFormat]]. <<TableOfContents()>> == Syntax == {{{#!highlight cpp void SDL_...

0.6k - rev: 2 (current) last modified: 2011-03-21 17:19:02

SDL_CreateTexture . . . 3 matches
...rer'''||the rendering context|| ||'''format'''||one of the enumerated values in [[SDL_PixelFormatEnum]]; see [[#format|Remarks]] for details|| ||'''access'''||one of the enumerate...

3.3k - rev: 29 (current) last modified: 2016-04-10 22:54:56

SDL_CreateRGBSurfaceWithFormatFrom . . . 3 matches
...e|| ||'''pitch'''||the length of a row of pixels in bytes|| ||'''format'''||the [[SDL_PixelFormatEnum|pixel format]] of the surface to create|| == Return Value == Returns a new ...

3.2k - rev: 7 (current) last modified: 2016-10-20 20:45:29

SGWikiBasics . . . 2 matches
...xample'': See the Remarks section of [[SDL_REVISION]] or Pixel Format Values on [[SDL_PixelFormatEnum]] in the text editor. ''Action 3'': __On the source page__ place the follow...

49.7k - rev: 59 (current) last modified: 2014-06-25 09:54:01

SDL_Surface . . . 2 matches
...28, 128);">'''flags''' ||<style="color: rgb(128, 128, 128);">(internal use)|| ||[[SDL_PixelFormat]]* ||'''format''' ||the format of the pixels stored in the surface; see [[SDL_Pix...

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

SDL_SetPixelFormatPalette . . . 2 matches
...ableOfContents()>> == Syntax == {{{#!highlight cpp int SDL_SetPixelFormatPalette(SDL_PixelFormat* format, SDL_Palette* palette) }}} == Function...

0.8k - rev: 4 (current) last modified: 2011-05-17 17:43:11

SDL_MapRGBA . . . 2 matches
... <<TableOfContents()>> == Syntax == {{{#!highlight cpp Uint32 SDL_MapRGBA(const SDL_PixelFormat* format, Uint8 r, Uint8 ...

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

SDL_MapRGB . . . 2 matches
.... <<TableOfContents()>> == Syntax == {{{#!highlight cpp Uint32 SDL_MapRGB(const SDL_PixelFormat* format, Uint8 r, Uint8 ...

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

SDL_GetRGBA . . . 2 matches
...ghlight cpp void SDL_GetRGBA(Uint32 pixel, const SDL_PixelFormat* format, Uint8* r, Uint8* ...

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

SDL_GetRGB . . . 2 matches
...highlight cpp void SDL_GetRGB(Uint32 pixel, const SDL_PixelFormat* format, Uint8* r, Uint8* ...

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

SDL_DisplayMode . . . 2 matches
...e. <<TableOfContents()>> == Data Fields == ||Uint32||'''format'''||one of the [[SDL_PixelFormatEnum]] values; see [[#Remarks|Remarks]] for details|| ||int||'''w'''||width, in sc...

1.8k - rev: 17 (current) last modified: 2016-01-01 18:18:43

SDL_CreateRGBSurfaceWithFormat . . . 2 matches
...||'''depth'''||the depth in bits of the surface to create|| ||'''format'''||the [[SDL_PixelFormatEnum|pixel format]] of the surface to create|| == Return Value == Returns a new ...

1.9k - rev: 6 (current) last modified: 2016-10-20 20:43:22

SDL_ConvertSurfaceFormat . . . 2 matches
... the surface to convert|| ||'''pixel_format'''||one of the enumerated values in [[SDL_PixelFormatEnum]]; see [[#format|Remarks]] for details|| ||'''flags'''||the flags are unused ...

1.1k - rev: 2 (current) last modified: 2013-08-08 21:02:27

SDL_ConvertPixels . . . 2 matches
...marks == '''src_format''' and '''dst_format''' may each be one of the following [[SDL_PixelFormatEnum]] values: <<Include(SDL_PixelFormatEnum, , , from="=== Pixel Format Values ==...

1.5k - rev: 6 (current) last modified: 2011-01-05 18:25:50

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