Class "KColor"⚓︎
Constructors⚓︎
KColor ()⚓︎
KColor KColor ( float red, float green, float blue, float alpha )⚓︎
Constructor for the "KColor" class.
Notes
"KColor" is only used in the Font class. For most other situations you will need to use the Color() constructor.
Variables⚓︎
Alpha⚓︎
float Alpha⚓︎
Blue⚓︎
float Blue⚓︎
Green⚓︎
float Green⚓︎
Red⚓︎
float Red⚓︎
Last update:
January 21, 2023