25 #ifndef CPP3DS_COLOR_HPP
26 #define CPP3DS_COLOR_HPP
28 #include <cpp3ds/Config.hpp>
58 Color(Uint8 red, Uint8 green, Uint8 blue, Uint8 alpha = 255);
94 bool operator ==(
const Color& left,
const Color& right);
108 bool operator !=(
const Color& left,
const Color& right);
static const Color Transparent
Transparent (black) predefined color.
static const Color Green
Green predefined color.
static const Color Black
Black predefined color.
Utility class for manpulating RGBA colors.
static const Color Cyan
Cyan predefined color.
static const Color Magenta
Magenta predefined color.
static const Color Blue
Blue predefined color.
static const Color White
White predefined color.
Color()
Default constructor.
Uint8 a
Alpha (opacity) component.
static const Color Yellow
Yellow predefined color.
static const Color Red
Red predefined color.