orx  1.14
Portable Game Engine
orxCOLOR Struct Reference

#include <orxDisplay.h>

Data Fields

union {
   orxVECTOR   vHSL
 
   orxVECTOR   vHSV
 
   orxVECTOR   vRGB
 
}; 
 
orxFLOAT fAlpha
 

Detailed Description

Color structure

Definition at line 196 of file orxDisplay.h.

Field Documentation

union { ... }
orxFLOAT orxCOLOR::fAlpha

Alpha component: 16

Definition at line 204 of file orxDisplay.h.

orxVECTOR orxCOLOR::vHSL

HSL components: 12

Definition at line 201 of file orxDisplay.h.

orxVECTOR orxCOLOR::vHSV

HSV components: 12

Definition at line 202 of file orxDisplay.h.

orxVECTOR orxCOLOR::vRGB

RGB components: 12

Definition at line 200 of file orxDisplay.h.


The documentation for this struct was generated from the following file:

Generated for orx by doxygen 1.8.11