
Graphics primitives like Point. More...
Structs | |
struct | Point |
Coordinate on the graphic screen. More... | |
struct | SpritePixelComponent< BITS > |
Sprite pixel component. More... | |
struct | SpritePixel< COLOR, ALPHA, BITS > |
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... | |
Typedefs | |
typedef struct SpritePixel< RGB, false, 8 > | Color |
typedef struct SpritePixel< RGB, true, 8 > | ColorAlpha |
Enumerations | |
enum | SpriteColorMode { RGB, GREYSCALE } |
Color modes. More... | |
Graphics primitives like Point.