hgeColorRGB Data members
hgeColorRGB has it's data members public, so you can access them directly:
float r;
float g;
float b;
float a;
Data members
- r
- Red value ranging from 0.0 to 1.0.
- g
- Green value ranging from 0.0 to 1.0.
- b
- Blue value ranging from 0.0 to 1.0.
- a
- Alpha value ranging from 0.0 to 1.0.
Requirements
Header: hgecolor.h
|