Section: Visualization Toolkit Imaging Classes
To create an instance of class vtkImageRGBToHSI, simply invoke its constructor as follows
obj = vtkImageRGBToHSI
obj
is an instance of the vtkImageRGBToHSI class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkImageRGBToHSI = obj.NewInstance ()
vtkImageRGBToHSI = obj.SafeDownCast (vtkObject o)
obj.SetMaximum (double )
- Hue is an angle. Maximum specifies when it maps back to 0. HueMaximum
defaults to 255 instead of 2PI, because unsigned char is expected as
input. Maximum also specifies the maximum of the Saturation.
double = obj.GetMaximum ()
- Hue is an angle. Maximum specifies when it maps back to 0. HueMaximum
defaults to 255 instead of 2PI, because unsigned char is expected as
input. Maximum also specifies the maximum of the Saturation.