22 #ifndef PRINCE_GRAPHICS_H 23 #define PRINCE_GRAPHICS_H 25 #include "graphics/surface.h" 42 void setPalette(
const byte *palette);
43 void makeShadowTable(
int brightness, byte *shadowTable);
56 byte getBlendTableColor(byte pixelColor, byte backgroundPixelColor, byte *blendTable);
66 static const byte kShadowColor = 191;
Definition: animation.h:30
Definition: graphics.h:33