#include <orxDisplay.h>
Data Fields | |
| union { | |
| orxVECTOR vHSL | |
| orxVECTOR vHSV | |
| orxVECTOR vRGB | |
| }; | |
| orxFLOAT | fAlpha |
Color structure
Definition at line 153 of file orxDisplay.h.
| union { ... } |
| orxFLOAT orxCOLOR::fAlpha |
Alpha component: 16
Definition at line 161 of file orxDisplay.h.
HSL components: 12
Definition at line 158 of file orxDisplay.h.
HSV components: 12
Definition at line 159 of file orxDisplay.h.
RGB components: 12
Definition at line 157 of file orxDisplay.h.
1.5.6