25 #ifndef SFML_COLOR_HPP 26 #define SFML_COLOR_HPP 31 #include <SFML/Config.hpp> 59 Color(Uint8 R, Uint8 G, Uint8 B, Uint8 A = 255);
89 bool operator ==(
const Color& Other)
const;
99 bool operator !=(
const Color& Other)
const;
147 #endif // SFML_COLOR_HPP Uint8 a
Alpha (transparency) component.
static const Color Green
Green predefined color.
static const Color Yellow
Yellow predefined color.
static const Color Black
Black predefined color.
static const Color Magenta
Magenta predefined color.
static const Color White
White predefined color.
Color is an utility class for manipulating 32-bits RGBA colors.
static const Color Red
Red predefined color.
static const Color Cyan
Cyan predefined color.
static const Color Blue
Blue predefined color.