Class that defines a lookup table for mapping scalar values into
colors.
|
|
__build(self)
Generates the lookup table. |
|
|
|
|
__init__(self)
Initialise the lookup table. |
|
|
|
|
__setHueRange(self,
lower_range,
upper_range)
Set the hue (color) range for the lookup table (between 0 and 1). |
|
|
|
|
|
|
|
|
|
|
__setSaturationRange(self,
lower_range,
upper_range)
Set the saturation (vibrancy) range for the lookup table
(between 0 and 1). |
|
|
|
|
__setValueRange(self,
lower_range,
upper_range)
Set the value range (brightness) for the lookup table (between 0 and
1). |
|
|
|
vtkLookupTable
|
|
|
|
_setLookupTableToGreyScale(self)
Setup the lookup table with grey scale. |
|
|
|
|
_setTableValue(self)
Setup the lookup table with colors. |
|
|