Classes | |
| class | VGColor |
| Generic class to manipulate device independant colors. More... | |
| class | VGDevice |
| Generic platform independant drawing device. More... | |
| class | VGFont |
| Generic pure virtual & device-independant font class. More... | |
| class | VGPen |
| Generic class to manipulate device independant pens. More... | |
| class | VGSystem |
| Generic pure virtual class for manipulating platform independant drawing devices and fonts. More... | |
Defines | |
| #define | ALPHA_TRANSPARENT 0 |
| #define | ALPHA_OPAQUE 255 |
Functions | |
| std::ostream & | operator<< (std::ostream &out, const VGColor &c) |
| VGColor & | VGColor::operator+= (short v) |
This set of classes is implemented for different target platforms: implementations are provided for Windows GDI and Mac OSX Quartz, implementations for Windows GDI+, OpenGL and Linux GTK are in progress.
| #define ALPHA_OPAQUE 255 |
| #define ALPHA_TRANSPARENT 0 |
| std::ostream& operator<< | ( | std::ostream & | out, | |
| const VGColor & | c | |||
| ) | [inline] |
1.5.8