VTK  9.3.20240328
Classes | Macros
vtkColorTransferFunction.h File Reference
#include "vtkRenderingCoreModule.h"
#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...
 

Macros

#define VTK_CTF_RGB   0
 
#define VTK_CTF_HSV   1
 
#define VTK_CTF_LAB   2
 
#define VTK_CTF_DIVERGING   3
 
#define VTK_CTF_LAB_CIEDE2000   4
 
#define VTK_CTF_STEP   5
 
#define VTK_CTF_LINEAR   0
 
#define VTK_CTF_LOG10   1
 

Macro Definition Documentation

◆ VTK_CTF_RGB

#define VTK_CTF_RGB   0

Definition at line 149 of file vtkColorTransferFunction.h.

◆ VTK_CTF_HSV

#define VTK_CTF_HSV   1

Definition at line 150 of file vtkColorTransferFunction.h.

◆ VTK_CTF_LAB

#define VTK_CTF_LAB   2

Definition at line 151 of file vtkColorTransferFunction.h.

◆ VTK_CTF_DIVERGING

#define VTK_CTF_DIVERGING   3

Definition at line 152 of file vtkColorTransferFunction.h.

◆ VTK_CTF_LAB_CIEDE2000

#define VTK_CTF_LAB_CIEDE2000   4

Definition at line 153 of file vtkColorTransferFunction.h.

◆ VTK_CTF_STEP

#define VTK_CTF_STEP   5

Definition at line 154 of file vtkColorTransferFunction.h.

◆ VTK_CTF_LINEAR

#define VTK_CTF_LINEAR   0

Definition at line 156 of file vtkColorTransferFunction.h.

◆ VTK_CTF_LOG10

#define VTK_CTF_LOG10   1

Definition at line 157 of file vtkColorTransferFunction.h.