VTK
|
This is the complete list of members for vtkNamedColors, including all inherited members.
ColorExists(const vtkStdString &name) | vtkNamedColors | |
GetColor(const vtkStdString &name, unsigned char &r, unsigned char &g, unsigned char &b, unsigned char &a) | vtkNamedColors | |
GetColor(const vtkStdString &name, unsigned char rgba[4]) | vtkNamedColors | |
GetColor(const vtkStdString &name, vtkColor4ub &rgba) | vtkNamedColors | |
GetColor(const vtkStdString &name, double &r, double &g, double &b, double &a) | vtkNamedColors | |
GetColor(const vtkStdString &name, double rgba[4]) | vtkNamedColors | |
GetColor(const vtkStdString &name, vtkColor4d &rgba) | vtkNamedColors | |
GetColor(const vtkStdString &name, double &r, double &g, double &b) | vtkNamedColors | |
GetColor(const vtkStdString &name, vtkColor3ub &rgb) | vtkNamedColors | |
GetColor(const vtkStdString &name, vtkColor3d &rgb) | vtkNamedColors | |
GetColor3d(const vtkStdString &name) | vtkNamedColors | |
GetColor3ub(const vtkStdString &name) | vtkNamedColors | |
GetColor4d(const vtkStdString &name) | vtkNamedColors | |
GetColor4ub(const vtkStdString &name) | vtkNamedColors | |
GetColorNames() | vtkNamedColors | |
GetColorNames(vtkStringArray *colorNames) | vtkNamedColors | |
GetColorRGB(const vtkStdString &name, double rgb[3]) | vtkNamedColors | |
GetNumberOfColors() | vtkNamedColors | |
GetSynonyms() | vtkNamedColors | |
IsA(const char *type) | vtkNamedColors | virtual |
IsTypeOf(const char *type) | vtkNamedColors | static |
New() | vtkNamedColors | static |
NewInstance() const | vtkNamedColors | |
NewInstanceInternal() const | vtkNamedColors | protectedvirtual |
PrintSelf(ostream &os, vtkIndent indent) | vtkNamedColors | virtual |
RemoveColor(const vtkStdString &name) | vtkNamedColors | |
ResetColors() | vtkNamedColors | |
SafeDownCast(vtkObjectBase *o) | vtkNamedColors | static |
SetColor(const vtkStdString &name, const unsigned char &r, const unsigned char &g, const unsigned char &b, const unsigned char &a=255) | vtkNamedColors | virtual |
SetColor(const vtkStdString &name, const double &r, const double &g, const double &b, const double &a=1) | vtkNamedColors | virtual |
SetColor(const vtkStdString &name, const unsigned char rgba[4]) | vtkNamedColors | virtual |
SetColor(const vtkStdString &name, const vtkColor4ub &rgba) | vtkNamedColors | virtual |
SetColor(const vtkStdString &name, const vtkColor3ub &rgb) | vtkNamedColors | virtual |
SetColor(const vtkStdString &name, const double rgba[4]) | vtkNamedColors | virtual |
SetColor(const vtkStdString &name, const vtkColor4d &rgba) | vtkNamedColors | virtual |
SetColor(const vtkStdString &name, const vtkColor3d &rgb) | vtkNamedColors | virtual |
Superclass typedef | vtkNamedColors | |
vtkNamedColors() | vtkNamedColors | protected |
~vtkNamedColors() | vtkNamedColors | protectedvirtual |