Binding of Isaac - Afterbirth+ Lua Reference/Guide
KColor Class Reference

Public Member Functions

 KColor (float, float, float, float)
 

Public Attributes

float Red
 
float Green
 
float Blue
 
float Alpha
 

Constructor & Destructor Documentation

◆ 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.

Member Data Documentation

◆ Alpha

float KColor::Alpha

◆ Blue

float KColor::Blue

◆ Green

float KColor::Green

◆ Red

float KColor::Red