#include <vtkAbstractPaletteColor.h>
Inheritance diagram for vtkAbstractPaletteColor:
Definition at line 32 of file vtkAbstractPaletteColor.h.
Public Member Functions | |
vtkTypeRevisionMacro (vtkAbstractPaletteColor, vtkAbstractPaletteMaterial) | |
virtual double | GetOpacity (void) |
Get the opacity attribute of this palette color. | |
virtual void | SetOpacity (double a) |
Get the opacity attribute of this palette color. | |
virtual void | GetAmbientColor (double &a0, double &a1, double &a2) |
Get/Set the ambient data of this palette color. | |
virtual void | SetAmbientColor (double a0, double a1, double a2) |
Get/Set the ambient data of this palette color. | |
virtual void | GetDiffuseColor (double &a0, double &a1, double &a2) |
Get/Set the diffuse data of this palette color. | |
virtual void | SetDiffuseColor (double a0, double a1, double a2) |
Get/Set the diffuse data of this palette color. | |
virtual void | GetSpecularColor (double &a0, double &a1, double &a2) |
Get/Set the specular data of this palette color. | |
virtual void | SetSpecularColor (double a0, double a1, double a2) |
Get/Set the specular data of this palette color. | |
virtual double | GetSpecularPower (void) |
Get the specular power attribute of this palette color. | |
virtual void | SetSpecularPower (double a) |
Get the specular power attribute of this palette color. | |
Protected Member Functions | |
vtkAbstractPaletteColor (void) | |
~vtkAbstractPaletteColor () |
|
Definition at line 69 of file vtkAbstractPaletteColor.h. |
|
Definition at line 70 of file vtkAbstractPaletteColor.h. |
|
Get/Set the ambient data of this palette color.
Implements vtkAbstractPaletteMaterial. Definition at line 96 of file vtkAbstractPaletteColor.h. References GetAmbientColor(). Referenced by GetAmbientColor(). |
|
Get/Set the diffuse data of this palette color.
Implements vtkAbstractPaletteMaterial. Definition at line 107 of file vtkAbstractPaletteColor.h. References GetDiffuseColor(). Referenced by GetDiffuseColor(). |
|
Get the opacity attribute of this palette color.
Implements vtkAbstractPaletteMaterial. Reimplemented in vtkPaletteColor, and vtkPaletteDiffuseColor. Definition at line 85 of file vtkAbstractPaletteColor.h. |
|
Get/Set the specular data of this palette color.
Implements vtkAbstractPaletteMaterial. Definition at line 119 of file vtkAbstractPaletteColor.h. References GetSpecularColor(). Referenced by GetSpecularColor(). |
|
Get the specular power attribute of this palette color.
Implements vtkAbstractPaletteMaterial. Reimplemented in vtkPaletteSpecularColor. Definition at line 130 of file vtkAbstractPaletteColor.h. |
|
Get/Set the ambient data of this palette color.
Implements vtkAbstractPaletteMaterial. Definition at line 102 of file vtkAbstractPaletteColor.h. References SetAmbientColor(). Referenced by SetAmbientColor(). |
|
Get/Set the diffuse data of this palette color.
Implements vtkAbstractPaletteMaterial. Definition at line 113 of file vtkAbstractPaletteColor.h. References SetDiffuseColor(). Referenced by SetDiffuseColor(). |
|
Get the opacity attribute of this palette color.
Implements vtkAbstractPaletteMaterial. Reimplemented in vtkPaletteColor, and vtkPaletteDiffuseColor. Definition at line 91 of file vtkAbstractPaletteColor.h. References SetOpacity(). Referenced by SetOpacity(). |
|
Get/Set the specular data of this palette color.
Implements vtkAbstractPaletteMaterial. Definition at line 125 of file vtkAbstractPaletteColor.h. References SetSpecularColor(). Referenced by SetSpecularColor(). |
|
Get the specular power attribute of this palette color.
Implements vtkAbstractPaletteMaterial. Reimplemented in vtkPaletteSpecularColor. Definition at line 136 of file vtkAbstractPaletteColor.h. References SetSpecularPower(). Referenced by SetSpecularPower(). |
|
|