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:
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:
void SetMaximum (float ) | |
float GetMaximum () |