|
KarmaEngine
Game Engine for practical learning and research purposes
|

Public Member Functions | |
| constexpr | KGColor (float r, float g, float b, float a=1.0f) |
| constexpr | KGColor (const KGVec4 &col) |
| KGColor (int r, int g, int b, int a=255) | |
| KGColor (KGU32 rgba) | |
| operator KGU32 () const | |
| operator KGVec4 () const | |
| void | SetHSV (float h, float s, float v, float a=1.0f) |
| KGColor | HSV (float h, float s, float v, float a=1.0f) |
Public Attributes | |
| KGVec4 | Value |