|
OpenMoHAA 0.83.0
|
Public Member Functions | |
| UColor (float r, float g, float b, float a=1.0) | |
| UColor (class UColorHSV hsv) | |
| UColor (const UColor &color) | |
| operator float * () | |
| operator float * () const | |
| void | ScaleColor (float scale) |
| void | ScaleAlpha (float scale) |
| void | set (float r, float g, float b, float a) |
Public Attributes | |
| float | r |
| float | g |
| float | b |
| float | a |