FifeGUI 0.2.0
A C++ GUI library designed for games.
fcn::Color Member List

This is the complete list of members for fcn::Color, including all inherited members.

afcn::Color
bfcn::Color
blendWith(Color const &other) constfcn::Color
Color()=defaultfcn::Color
Color(int hexColor)fcn::Colorexplicit
Color(std::string const &colorString)fcn::Colorexplicit
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) constfcn::Color
gfcn::Color
lighten(float percentage) constfcn::Color
operator!=(Color const &color) constfcn::Color
operator*(float value) constfcn::Color
operator*=(float value)fcn::Color
operator+(Color const &color) constfcn::Color
operator+(float value) constfcn::Color
operator+=(Color const &color)fcn::Color
operator-(Color const &color) constfcn::Color
operator-(float value) constfcn::Color
operator-=(Color const &color)fcn::Color
operator<<(std::ostream &out, Color const &color)fcn::Colorfriend
operator==(Color const &color) constfcn::Color
rfcn::Color
toGrayScale() constfcn::Color
toHexString() constfcn::Color
toRGBAString() constfcn::Color
toRGBString() constfcn::Color