|
FifeGUI 0.2.0
A C++ GUI library designed for games.
|
This is the complete list of members for fcn::Color, including all inherited members.
| a | fcn::Color | |
| b | fcn::Color | |
| blendWith(Color const &other) const | fcn::Color | |
| Color()=default | fcn::Color | |
| Color(int hexColor) | fcn::Color | explicit |
| Color(std::string const &colorString) | fcn::Color | explicit |
| Color(int r, int g, int b, int a) | fcn::Color | |
| Color(uint8_t r, uint8_t g, uint8_t b, uint8_t a=255) | fcn::Color | |
| darken(float percentage) const | fcn::Color | |
| g | fcn::Color | |
| lighten(float percentage) const | fcn::Color | |
| operator!=(Color const &color) const | fcn::Color | |
| operator*(float value) const | fcn::Color | |
| operator*=(float value) | fcn::Color | |
| operator+(Color const &color) const | fcn::Color | |
| operator+(float value) const | fcn::Color | |
| operator+=(Color const &color) | fcn::Color | |
| operator-(Color const &color) const | fcn::Color | |
| operator-(float value) const | fcn::Color | |
| operator-=(Color const &color) | fcn::Color | |
| operator<<(std::ostream &out, Color const &color) | fcn::Color | friend |
| operator==(Color const &color) const | fcn::Color | |
| r | fcn::Color | |
| toGrayScale() const | fcn::Color | |
| toHexString() const | fcn::Color | |
| toRGBAString() const | fcn::Color | |
| toRGBString() const | fcn::Color |