Nazara Engine  0.4
A fast, complete, cross-platform API designed for game development
Nz::Color Member List

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

a (defined in Nz::Color)Nz::Color
b (defined in Nz::Color)Nz::Color
Black (defined in Nz::Color)Nz::Colorstatic
Blue (defined in Nz::Color)Nz::Colorstatic
Color()Nz::Colorinline
Color(UInt8 red, UInt8 green, UInt8 blue, UInt8 alpha=255)Nz::Colorinline
Color(UInt8 lightness)Nz::Colorinlineexplicit
Color(UInt8 color[3], UInt8 alpha=255)Nz::Colorinline
Color(const Color &color)=default (defined in Nz::Color)Nz::Colorinline
Cyan (defined in Nz::Color)Nz::Colorstatic
FromCMY(float cyan, float magenta, float yellow)Nz::Colorinlinestatic
FromCMYK(float cyan, float magenta, float yellow, float black)Nz::Colorinlinestatic
FromHSL(UInt8 hue, UInt8 saturation, UInt8 lightness)Nz::Colorinlinestatic
FromHSV(float hue, float saturation, float value)Nz::Colorinlinestatic
FromXYZ(const Vector3f &vec)Nz::Colorinlinestatic
FromXYZ(float x, float y, float z)Nz::Colorinlinestatic
g (defined in Nz::Color)Nz::Color
Green (defined in Nz::Color)Nz::Colorstatic
IsOpaque() constNz::Colorinline
Magenta (defined in Nz::Color)Nz::Colorstatic
operator!=(const Color &angles) constNz::Colorinline
operator*(const Color &angles) constNz::Colorinline
operator*=(const Color &angles)Nz::Colorinline
operator+(const Color &angles) constNz::Colorinline
operator+=(const Color &angles)Nz::Colorinline
operator==(const Color &angles) constNz::Colorinline
Orange (defined in Nz::Color)Nz::Colorstatic
r (defined in Nz::Color)Nz::Color
Red (defined in Nz::Color)Nz::Colorstatic
ToCMY(const Color &color, float *cyan, float *magenta, float *yellow)Nz::Colorinlinestatic
ToCMYK(const Color &color, float *cyan, float *magenta, float *yellow, float *black)Nz::Colorinlinestatic
ToHSL(const Color &color, UInt8 *hue, UInt8 *saturation, UInt8 *lightness)Nz::Colorinlinestatic
ToHSV(const Color &color, float *hue, float *saturation, float *value)Nz::Colorinlinestatic
ToString() constNz::Colorinline
ToXYZ(const Color &color, Vector3f *vec)Nz::Colorinlinestatic
ToXYZ(const Color &color, float *x, float *y, float *z)Nz::Colorinlinestatic
White (defined in Nz::Color)Nz::Colorstatic
Yellow (defined in Nz::Color)Nz::Colorstatic
~Color()=default (defined in Nz::Color)Nz::Colorinline