Class "KColor"

Constructors

KColorarrow-up-right () {: aria-label='Constructors' }

{: .abp .tooltip .badge }

void KColorarrow-up-right ( float red, float green, float blue, float alpha ) {: .copyable aria-label='Constructors' }

Constructor for the "KColor" class. Notes: "KColor" is only used in the Fontarrow-up-right class. For most other situations you will need to use the Color()arrow-up-right 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

Was this helpful?