dodo::graphics::__color__ Struct Reference
defines color of the primitive More...
#include <graphicsColor.h>
Public Attributes | |
| unsigned short | red |
| in range [0; 65535] | |
| unsigned short | green |
| in range [0; 65535] | |
| unsigned short | blue |
| in range [0; 65535] | |
| unsigned short | opacity |
| 0 is fully opaque and 65535 is fully transparent | |
Detailed Description
defines color of the primitive
Definition at line 42 of file graphicsColor.h.
Member Data Documentation
| unsigned short dodo::graphics::__color__::blue |
in range [0; 65535]
Definition at line 45 of file graphicsColor.h.
| unsigned short dodo::graphics::__color__::green |
in range [0; 65535]
Definition at line 44 of file graphicsColor.h.
| unsigned short dodo::graphics::__color__::opacity |
0 is fully opaque and 65535 is fully transparent
Definition at line 46 of file graphicsColor.h.
| unsigned short dodo::graphics::__color__::red |
in range [0; 65535]
Definition at line 43 of file graphicsColor.h.
The documentation for this struct was generated from the following file:
- include/libdodo/graphicsColor.h
Generated on Sun Nov 8 03:44:49 2009 for libdodo by
1.6.1

