Documentation for vtkImageHSVToRGB

vtkImageHSVToRGB - Converts HSV components to RGB.

Super Class: vtkImageFilter

Description:

For each pixel with hue, saturation and value components this filter outputs the color coded as red, green, blue. Output type must be the same as input type.

 

See Also:

vtkImageRGBToHSV

 

Methods:

void vtkImageHSVToRGB ()
static vtkImageHSVToRGB *New ()
const char *GetClassName ()
void PrintSelf (unknown & ,vtkIndent )
void SetMaximum (float )
float GetMaximum ()
void ThreadedExecute (vtkImageData * ,vtkImageData * ,int ,int )

 

Detailed Method Descriptions:

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, and R, G, B.

void SetMaximum (float )
float GetMaximum ()