Class "KColor"
Constructors
KColor () {: aria-label='Constructors' }
void KColor ( float red, float green, float blue, float alpha ) {: .copyable aria-label='Constructors' }
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 {: aria-label='Variables' }
float Alpha {: .copyable aria-label='Variables' }
Blue {: aria-label='Variables' }
float Blue {: .copyable aria-label='Variables' }
Green {: aria-label='Variables' }
float Green {: .copyable aria-label='Variables' }
Red {: aria-label='Variables' }
float Red {: .copyable aria-label='Variables' }
Last updated