C3D Toolkit  Kernel - 117982, Vision - 2.9.2.2
VSN::Color Member List

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

Color()VSN::Color
Color(int red, int green, int blue, int alpha=255)VSN::Color
Color(float red, float green, float blue, float alpha=1.0)VSN::Color
Color(const Color &other)VSN::Color
ColorType enum nameVSN::Color
DEFINE_WHITEVSN::Colorstatic
GetAlpha() constVSN::Color
GetAlphaF() constVSN::Color
GetBlue() constVSN::Color
GetBlueF() constVSN::Color
GetGreen() constVSN::Color
GetGreenF() constVSN::Color
GetRed() constVSN::Color
GetRedF() constVSN::Color
GetRgb(int *r, int *g, int *b, int *a=0) constVSN::Color
GetRgba() constVSN::Color
GetRgbF(float *r, float *g, float *b, float *a=0) constVSN::Color
IsValid() constVSN::Color
operator!=(const Color &c) constVSN::Color
operator=(const Color &other)VSN::Color
operator==(const Color &c) constVSN::Color
SetAlpha(int alpha)VSN::Color
SetAlphaF(float alpha)VSN::Color
SetBlue(int blue)VSN::Color
SetBlueF(float blue)VSN::Color
SetGreen(int green)VSN::Color
SetGreenF(float green)VSN::Color
SetRed(int red)VSN::Color
SetRedF(float red)VSN::Color
SetRgb(int r, int g, int b, int a=255)VSN::Color
SetRgbF(float r, float g, float b, float a=1.0)VSN::Color
ToRgb() constVSN::Color
~Color()VSN::Color