
| Interface | Description |
|---|---|
| ColorMapping |
Abstract base class for all implemented color mappings.
|
| Class | Description |
|---|---|
| ColorHelper |
Class with color helper functions.
|
| ColorMappingCycle |
Color mapping to cycle through an array of colors.
|
| ColorMappingForScalar |
An abstract
ColorMapping populated by scalar data |
| ColorMappingForScalarContainer |
Scalar container on top of any ColorMappingForScalar
Typical use:
* create the
ColorMappingForScalar you need
* create a ColorMappingForScalarContainer on top of it
* add your scalars to the container
If you need to adjust your color mapping because you have a better idea of the actual scalar range
* first adjust the settings
(e.g. |
| ColorMappingPlain |
Color mapping with just one color.
|
| ColorMappingRanges |
Color mapping to map ranges to specific colors.
|
| ColorMappingVariation |
Abstract base class for color variation mappings.
|
| ColorMappingVariationHue |
Color mapping for hue variation.
|
| ColorMappingVariationLuminance |
Color mapping for luminance variation.
|
| ColorMappingVariationSaturation |
Color mapping for saturation variation.
|
| MonochromaticPaintList |
A
PaintList with always the same color |
| PolychromaticPaintList |
A real
PaintList with potentially different colors for each segment, and linear gradients |