|
Size: 741
Comment: added enums and structs lists
|
Size: 712
Comment: update formatting - categories
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 17: | Line 17: |
| == Enumerations == <<FullSearch(category:CategorySurfaceEnum)>> |
|
| Line 21: | Line 18: |
| <<FullSearch(category:CategorySurfaceStruct)>> | <<FullSearch(category:CategoryStruct CategorySurface)>> |
| Line 25: | Line 22: |
| <<FullSearch(category:CategorySurface)>> | <<FullSearch(category:CategorySurface -CategoryEnum -CategoryStruct)>> |
DRAFT |
Surface Creation and Simple Drawing
Include File(s): SDL_surface.h
Introduction
This category contains functions for handling surface creation and blitting as well as simple drawing tasks including points, lines, circles, ellipses, and rectangles.
Structures
Functions
- SDL_BlitScaled
- SDL_BlitSurface
- SDL_ConvertPixels
- SDL_ConvertSurface
- SDL_ConvertSurfaceFormat
- SDL_CreateRGBSurface
- SDL_CreateRGBSurfaceFrom
- SDL_CreateRGBSurfaceWithFormat
- SDL_CreateRGBSurfaceWithFormatFrom
- SDL_FillRect
- SDL_FillRects
- SDL_FreeSurface
- SDL_GetClipRect
- SDL_GetColorKey
- SDL_GetSurfaceAlphaMod
- SDL_GetSurfaceBlendMode
- SDL_GetSurfaceColorMod
- SDL_LoadBMP
- SDL_LoadBMP_RW
- SDL_LockSurface
- SDL_LowerBlit
- SDL_LowerBlitScaled
- SDL_MUSTLOCK
- SDL_SaveBMP
- SDL_SaveBMP_RW
- SDL_SetClipRect
- SDL_SetColorKey
- SDL_SetSurfaceAlphaMod
- SDL_SetSurfaceBlendMode
- SDL_SetSurfaceColorMod
- SDL_SetSurfacePalette
- SDL_SetSurfaceRLE
- SDL_UnlockSurface
