![]() |
KTech 1.1.0
C++ 2D terminal game engine library
|
This is the complete list of members for KTech::RGBA, including all inherited members.
| a | KTech::RGBA | |
| b | KTech::RGB | |
| g | KTech::RGB | |
| operator==(const RGBA &rgba) const -> bool | KTech::RGBA | inline |
| KTech::RGB::operator==(const RGB &rgb) const -> bool | KTech::RGB | inline |
| r | KTech::RGB | |
| RGB(uint8_t red=0, uint8_t green=0, uint8_t blue=0) | KTech::RGB | inline |
| RGBA(uint8_t red=0, uint8_t green=0, uint8_t blue=0, uint8_t alpha=0) | KTech::RGBA | inline |
| RGBA(RGB rgb, uint8_t alpha) | KTech::RGBA | inline |