Query: sdl_creatergbsurfacefrom
OS: opensolaris
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SDL_CreateRGBSurfaceFrom(3) SDL API Reference SDL_CreateRGBSurfaceFrom(3)NAMESDL_CreateRGBSurfaceFrom - Create an SDL_Surface from pixel dataSYNOPSIS#include "SDL.h" SDL_Surface *SDL_CreateRGBSurfaceFrom(void *pixels, int width, int height, int depth, int pitch, Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);DESCRIPTIONCreates an SDL_Surface from the provided pixel data. The data stored in pixels is assumed to be of the depth specified in the parameter list. The pixel data is not copied into the SDL_Surface structure so it should not be freed until the surface has been freed with a called to SDL_FreeSurface. pitch is the length of each scanline in bytes. See SDL_CreateRGBSurface for a more detailed description of the other parameters.RETURN VALUEReturns the created surface, or NULL upon error.SEE ALSOSDL_CreateRGBSurface, SDL_FreeSurfaceSDLTue 11 Sep 2001, 23:01 SDL_CreateRGBSurfaceFrom(3)
Related Man Pages |
---|
sdl_creatergbsurface(3) - opensolaris |
sdl_pixelformat(3) - opensolaris |
sdl_pixelformat(3) - debian |
sdl_pixelformat(3) - centos |
sdl_surface(3) - opensolaris |
Similar Topics in the Unix Linux Community |
---|
Trying to block signal |
How to learn UNIX |
Free Sun Blade 2k, Ultra 2, Ross Hyperstation 30, cards, memory- Baltimore, MD |
What's legal and what's not? |
Shopt -s histappend |