> For the complete documentation index, see [llms.txt](https://docs.moddingofisaac.com/ab_p/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.moddingofisaac.com/ab_p/beta/docs/kcolor.md).

# Class "KColor"

## Constructors

### [KColor](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/KColor/README.md) () {: aria-label='Constructors' }

[ ](/ab_p/beta/docs/kcolor.md){: .abp .tooltip .badge }

#### void [KColor](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/KColor/README.md) ( 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](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/Font/README.md) class. For most other situations you will need to use the [Color()](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/Color/README.md) constructor.

## Variables

### Alpha {: aria-label='Variables' }

[ ](/ab_p/beta/docs/kcolor.md){: .abp .tooltip .badge }

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

### Blue {: aria-label='Variables' }

[ ](/ab_p/beta/docs/kcolor.md){: .abp .tooltip .badge }

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

### Green {: aria-label='Variables' }

[ ](/ab_p/beta/docs/kcolor.md){: .abp .tooltip .badge }

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

### Red {: aria-label='Variables' }

[ ](/ab_p/beta/docs/kcolor.md){: .abp .tooltip .badge }

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