![]() |
nCine
2025.04.r498-9d36345
A cross-platform 2D game engine
|
This is the complete list of members for ncine::Color, including all inherited members.
a() const | ncine::Color | inline |
abgr() const | ncine::Color | |
argb() const | ncine::Color | |
b() const | ncine::Color | inline |
bgra() const | ncine::Color | |
Black (defined in ncine::Color) | ncine::Color | static |
Blue (defined in ncine::Color) | ncine::Color | static |
Color() | ncine::Color | |
Color(unsigned int red, unsigned int green, unsigned int blue) | ncine::Color | |
Color(unsigned int red, unsigned int green, unsigned int blue, unsigned int alpha) | ncine::Color | |
Color(unsigned int hex) | ncine::Color | explicit |
Color(const unsigned int channels[NumChannels]) | ncine::Color | explicit |
Color(const Colorf &color) | ncine::Color | explicit |
Cyan (defined in ncine::Color) | ncine::Color | static |
data() const | ncine::Color | inline |
data() | ncine::Color | inline |
g() const | ncine::Color | inline |
Green (defined in ncine::Color) | ncine::Color | static |
Magenta (defined in ncine::Color) | ncine::Color | static |
NumChannels (defined in ncine::Color) | ncine::Color | static |
operator*(const Color &color) const (defined in ncine::Color) | ncine::Color | |
operator*(float scalar) const | ncine::Color | |
operator*=(const Color &color) (defined in ncine::Color) | ncine::Color | |
operator*=(float scalar) | ncine::Color | |
operator+(const Color &color) const (defined in ncine::Color) | ncine::Color | |
operator+=(const Color &v) (defined in ncine::Color) | ncine::Color | |
operator-(const Color &color) const (defined in ncine::Color) | ncine::Color | |
operator-=(const Color &v) (defined in ncine::Color) | ncine::Color | |
operator=(const Colorf &color) | ncine::Color | |
operator==(const Color &color) const | ncine::Color | |
r() const | ncine::Color | inline |
Red (defined in ncine::Color) | ncine::Color | static |
rgba() const | ncine::Color | |
set(unsigned int red, unsigned int green, unsigned int blue, unsigned int alpha) | ncine::Color | |
set(unsigned int red, unsigned int green, unsigned int blue) | ncine::Color | |
set(unsigned int hex) | ncine::Color | |
setAlpha(unsigned int alpha) | ncine::Color | |
setVec(const unsigned int channels[NumChannels]) | ncine::Color | |
White (defined in ncine::Color) | ncine::Color | static |
Yellow (defined in ncine::Color) | ncine::Color | static |