|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--sdl.video.SDLPalette
Represents a palette for low bpp color formats.
| Field Summary | |
SDLColor[] |
m_Colors
The actual palette. |
int |
m_NColors
Number of colors in the palette. |
| Constructor Summary | |
SDLPalette(int handle)
called by the SDLPixelFormat constructor, should not be used otherwise. |
|
| Method Summary | |
void |
freePalette()
Free the low level palette buffer. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int m_NColors
public SDLColor[] m_Colors
| Constructor Detail |
public SDLPalette(int handle)
| Method Detail |
public void freePalette()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||