22 #ifndef DRACI_SCREEN_H 23 #define DRACI_SCREEN_H 25 #include "common/scummsys.h" 29 enum ScreenParameters {
33 kDefaultTransparent = 255
45 void setPalette(
const byte *data, uint16 start, uint16 num);
46 void interpolatePalettes(
const byte *first,
const byte *second, uint16 start, uint16 num,
int index,
int number);
47 const byte *getPalette()
const {
return _palette; }
50 Surface *getSurface() {
return _surface; }
53 int interpolate(
int first,
int second,
int index,
int number);
63 #endif // DRACI_SCREEN_H
Definition: animation.h:30