StuBS
|
Graphics primitives like Point. More...
Classes | |
struct | Point |
Coordinate on the graphic screen. More... | |
struct | SpritePixelComponent< BITS > |
Sprite pixel component. More... | |
struct | SpritePixel< RGB, true, BITS > |
Colored pixel with transparency. More... | |
struct | SpritePixel< RGB, false, BITS > |
Colored pixel without transparency. More... | |
struct | SpritePixel< GREYSCALE, true, BITS > |
Greyscale pixel with transparency. More... | |
struct | SpritePixel< GREYSCALE, false, BITS > |
Greyscale pixel without transparency. More... | |
struct | GIMP |
GIMP image. More... | |
Enumerations | |
enum | SpriteColorMode { RGB , GREYSCALE } |
Color modes. More... | |