Friedrich-Alexander-Universität Erlangen-Nürnberg  /   Technische Fakultät  /   Department Informatik
primitives.h File Reference

Graphics primitives like Point. More...

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

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

Detailed Description

Graphics primitives like Point.