Section: Visualization Toolkit Rendering Classes
To create an instance of class vtkOpenGLScalarsToColorsPainter, simply invoke its constructor as follows
obj = vtkOpenGLScalarsToColorsPainter
obj
is an instance of the vtkOpenGLScalarsToColorsPainter class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkOpenGLScalarsToColorsPainter = obj.NewInstance ()
vtkOpenGLScalarsToColorsPainter = obj.SafeDownCast (vtkObject o)
obj.ReleaseGraphicsResources (vtkWindow )
- Release any graphics resources that are being consumed by this mapper.
The parameter window could be used to determine which graphic
resources to release.
int = obj.GetPremultiplyColorsWithAlpha (vtkActor actor)