|
| GraphicsMan (PrinceEngine *vm) |
|
void | update (Graphics::Surface *screen) |
|
void | change () |
|
void | setPalette (const byte *palette) |
|
void | makeShadowTable (int brightness, byte *shadowTable) |
|
void | draw (Graphics::Surface *screen, const Graphics::Surface *s) |
|
void | drawTransparentSurface (Graphics::Surface *screen, int32 posX, int32 posY, const Graphics::Surface *s, int secondTransColor=0) |
|
void | drawAsShadowSurface (Graphics::Surface *screen, int32 posX, int32 posY, const Graphics::Surface *s, byte *shadowTable) |
|
void | drawTransparentWithBlendSurface (Graphics::Surface *screen, int32 posX, int32 posY, const Graphics::Surface *s) |
|
byte | getBlendTableColor (byte pixelColor, byte backgroundPixelColor, byte *blendTable) |
|
|
static const byte | kShadowColor = 191 |
|
The documentation for this class was generated from the following file: