StuBS
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
primitives.h File Reference

Graphics primitives like Point. More...

This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Graphics primitives like Point.