orx 1.16
Portable Game Engine
Loading...
Searching...
No Matches
orxCOLOR Struct Reference

#include <orxDisplay.h>

Data Fields

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

Detailed Description

Color structure

Definition at line 212 of file orxDisplay.h.

Field Documentation

◆ [union]

union { ... } orxCOLOR

◆ fAlpha

orxFLOAT orxCOLOR::fAlpha

Alpha component: 16

Definition at line 220 of file orxDisplay.h.

◆ vHSL

orxVECTOR orxCOLOR::vHSL

HSL components: 12

Definition at line 217 of file orxDisplay.h.

◆ vHSV

orxVECTOR orxCOLOR::vHSV

HSV components: 12

Definition at line 218 of file orxDisplay.h.

◆ vRGB

orxVECTOR orxCOLOR::vRGB

RGB components: 12

Definition at line 216 of file orxDisplay.h.


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

Generated for orx by doxygen 1.8.11