Class "KColor"

Constructors

KColor () {: aria-label='Constructors' }

{: .abp .tooltip .badge }

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' }

{: .abp .tooltip .badge }

float Alpha {: .copyable aria-label='Variables' }

Blue {: aria-label='Variables' }

{: .abp .tooltip .badge }

float Blue {: .copyable aria-label='Variables' }

Green {: aria-label='Variables' }

{: .abp .tooltip .badge }

float Green {: .copyable aria-label='Variables' }

Red {: aria-label='Variables' }

{: .abp .tooltip .badge }

float Red {: .copyable aria-label='Variables' }

Last updated