Aufgabe 7: Anwendung
primitives.h File Reference
Graphics primitives like Point. More...
This graph shows which files directly or indirectly include this file:Classes | |
| 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.
Class Documentation
| struct GIMP |
GIMP image.
Image exported as C-source (without Glib types!) in GIMP, supports alpha blending (transparency).
| Class Members | ||
|---|---|---|
| unsigned int | width | |
| unsigned int | height | |
| unsigned int | bytes_per_pixel | |
| unsigned char | pixel_data[] | |