| Binding of Isaac - Afterbirth+ Lua Reference/Guide
    | 
| Public Member Functions | |
| KColor (float, float, float, float) | |
| KColor (float, float, float, float, integer, integer, integer) | |
| Reset () | |
| SetTint (float RedTint, float GreenTint, float BlueTint, float AlphaTint) | |
| SetColorize (float Red, float Green, float Blue, float Amount) | |
| SetOffset (float RedOffset, float GreenOffset, float BlueOffset) | |
| KColor & | __mul (KColor right) | 
| Static Public Member Functions | |
| static KColor | Lerp (KColor m1, KColor m2, float t) | 
| Public Attributes | |
| float | R | 
| float | G | 
| float | B | 
| float | A | 
| float | RO | 
| float | GO | 
| float | BO | 
| KColor::KColor | ( | float | , | 
| float | , | ||
| float | , | ||
| float | |||
| ) | 
| KColor::KColor | ( | float | , | 
| float | , | ||
| float | , | ||
| float | , | ||
| integer | , | ||
| integer | , | ||
| integer | |||
| ) | 
| KColor::Reset | ( | ) | 
| KColor::SetColorize | ( | float | Red, | 
| float | Green, | ||
| float | Blue, | ||
| float | Amount | ||
| ) | 
| KColor::SetOffset | ( | float | RedOffset, | 
| float | GreenOffset, | ||
| float | BlueOffset | ||
| ) | 
| KColor::SetTint | ( | float | RedTint, | 
| float | GreenTint, | ||
| float | BlueTint, | ||
| float | AlphaTint | ||
| ) | 
| float KColor::A | 
| float KColor::B | 
| float KColor::BO | 
| float KColor::G | 
| float KColor::GO | 
| float KColor::R | 
| float KColor::RO |