15 #include "CeeVisualization/Base.h" 16 #include "CeeCore/Color3f.h" 47 static std::vector<Color3f> colorTableArray(
ColorTable colorTable,
size_t colorCount);
48 static std::vector<Color3f> interpolateColorArray(
const std::vector<Color3f>& colorArray,
size_t targetColorCount);
A map suitable for thermal scalars.
Definition: ColorTableFactory.h:41
Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppComponent.cpp:26
The standard color map for scalar mapping in CDC. Following the color spectra, but starting on blue a...
Definition: ColorTableFactory.h:33
Blue to green color map.
Definition: ColorTableFactory.h:36
A map suitable for thermal scalars.
Definition: ColorTableFactory.h:42
A red to yellow color map.
Definition: ColorTableFactory.h:39
Blue to red color map.
Definition: ColorTableFactory.h:35
ColorTable
The predefined color schemes supported by the color table factory.
Definition: ColorTableFactory.h:31
Factory functions for creating color tables based on a predefined number of color schemes...
Definition: ColorTableFactory.h:27
Yellow to red color map.
Definition: ColorTableFactory.h:37
A map from Green through yellow ending up in red.
Definition: ColorTableFactory.h:38
Black to while color map.
Definition: ColorTableFactory.h:34
A map suitable for thermal scalars.
Definition: ColorTableFactory.h:40