vtkColorTransferFunction - Defines a transfer function for mapping a property to an RGB color value.
Super Class: vtkObject
Description:
vtkColorTransferFunction encapsulates three vtkPiecewiseFunction instances to provide a full RGB transfer funciton.
See Also:
Methods:
Detailed Method Descriptions:
![]() | void PrintSelf (unknown & ,vtkIndent ) |
![]() | int GetTotalSize () |
![]() | int GetRedSize () |
![]() | int GetGreenSize () |
![]() | int GetBlueSize () |
![]() | void AddRedPoint (float ,float ) |
![]() | void AddGreenPoint (float ,float ) |
![]() | void AddBluePoint (float ,float ) |
![]() | void RemoveRedPoint (float ) |
![]() | void RemoveGreenPoint (float ) |
![]() | void RemoveBluePoint (float ) |
![]() | void AddRedSegment (float ,float ,float ,float ) |
![]() | void AddGreenSegment (float ,float ,float ,float ) |
![]() | void AddBlueSegment (float ,float ,float ,float ) |
![]() | void AddRGBPoint (float ,float ,float ,float ) |
![]() | void AddRGBSegment (float ,float ,float ,float ,float ,float ,float ,float ) |
![]() | void RemoveRGBPoint (float ) |
![]() | void RemoveAllPoints () |
![]() | float *GetValue (float ) |
![]() | float GetRedValue (float ) |
![]() | float GetGreenValue (float ) |
![]() | float GetBlueValue (float ) |
![]() | float *GetRange () |
![]() | void GetTable (float ,float ,int ,float *) |
![]() | void SetClamping (int ) |
![]() | int GetClamping () |
![]() | void UpdateRange () |