#include "vtkScalarsToColors.h"
Include dependency graph for vtkColorTransferFunction.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | vtkColorTransferFunction |
Defines a transfer function for mapping a property to an RGB color value. More... | |
Defines | |
#define | VTK_CTF_RGB 0 |
#define | VTK_CTF_HSV 1 |
#define VTK_CTF_RGB 0 |
Definition at line 39 of file vtkColorTransferFunction.h.
Referenced by vtkColorTransferFunction::SetColorSpaceToRGB().
#define VTK_CTF_HSV 1 |
Definition at line 40 of file vtkColorTransferFunction.h.
Referenced by vtkColorTransferFunction::SetColorSpaceToHSV().