[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
SDL_Surface *IMG_ReadXPMFromArray(char **xpm)
Load xpm as a XPM image for use as a surface, if XPM support is compiled into the SDL_image library.
Returns: a pointer to the image as a new SDL_Surface
. NULL is returned on errors, like if XPM is not supported, or a read error.
|
See Also:
3.2.8 IMG_LoadXPM_RW