DRAFT

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. Is there an error value?

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryPixels

SDL_GetPixelFormatName (last edited 2011-02-06 16:30:00 by SheenaSmith)

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