26 #ifndef TGUI_COLOR_HPP 27 #define TGUI_COLOR_HPP 29 #include <TGUI/Global.hpp> 49 Color(
const sf::Color& color);
61 Color(sf::Uint8 red, sf::Uint8 green, sf::Uint8 blue, sf::Uint8 alpha = 255);
72 Color(
const char*
string);
83 Color(
const std::string&
string);
92 operator sf::Color()
const;
105 #endif // TGUI_COLOR_HPP Namespace that contains all TGUI functions and classes.
Definition: Animation.hpp:33
Implicit converter for colors.
Definition: Color.hpp:39