|
|||||||||
| Home >> All >> org >> libsdl >> [ video overview ] | PREV NEXT | ||||||||
Uses of Class
org.libsdl.video.SDLPixelFormat
| Uses of SDLPixelFormat in org.libsdl.video |
| Methods in org.libsdl.video that return SDLPixelFormat | |
SDLPixelFormat |
SDLVideoInfo.getPixelFormat()
Get the pixel format of the video device |
SDLPixelFormat |
SDLSurface.getPixelFormat()
Returns the SDLPixelFormat currently in use by this surface. |
| Methods in org.libsdl.video with parameters of type SDLPixelFormat | |
java.util.Vector |
SDLVideo.listModes(SDLPixelFormat format,
int flags)
List the video modes supported for the given pixel format |
SDLSurface |
SDLSurface.convertSurface(SDLPixelFormat format,
int flags)
Converts the surface to the given pixel format. |
|
|||||||||
| Home >> All >> org >> libsdl >> [ video overview ] | PREV NEXT | ||||||||