Get the human readable name of a pixel format.
const char* SDL_GetPixelFormatName(Uint32 format);
Returns the human readable name of the specified pixel format or SDL_PIXELFORMAT_UNKNOWN if the format isn't recognized.
SDL_PIXELFORMAT_UNKNOWN
This function is available since SDL 2.0.0.
CategoryAPI