Wiki Page Content

Differences between revisions 2 and 3
Revision 2 as of 2013-08-08 20:49:43
Size: 705
Editor: Sam Lantinga
Comment:
Revision 3 as of 2013-11-02 13:28:24
Size: 927
Comment: Removed empty Related Functions section and added remarks comment, see SGFunctions.
Deletions are marked like this. Additions are marked like this.
Line 28: Line 28:
== Related Functions == ##Leave this section as-is unless you have a remark to put in. In that case, replace ''You can add useful comments here'' with your remark(s) following the Style Guide instructions. Leave the rest of the markup alone and delete this comment.

SDL_GetPixelFormatName

Use this function to get the human readable name of a pixel format.

Syntax

const char* SDL_GetPixelFormatName(Uint32 format)

Function Parameters

format

the pixel format to query

Return Value

Returns the human readable name of the specified pixel format or "SDL_PIXELFORMAT_UNKNOWN" if the format isn't recognized.

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryPixels

None: SDL_GetPixelFormatName (last edited 2016-10-20 20:48:44 by PhilippWiesemann)

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