ILNumerics - Technical Application Development
SystemObject
ILNumerics.Drawing.PlottingColormap
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Top
Top
Top
Top
Top
Top
This class implements a color mapping table.
[ILNumerics Visualization Engine]
Inheritance Hierarchy
ILNumerics.Drawing.PlottingColormap
Namespace: ILNumerics.Drawing.Plotting
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax
The Colormap type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Colormap(Colormaps) |
create specific colormap
[ILNumerics Visualization Engine] | |
| Colormap(InArraySingle) |
Creates a new colormap based on predefined colors
[ILNumerics Visualization Engine] |
Properties
| Name | Description | |
|---|---|---|
| Data |
retrieve / set internal data for color indices
[ILNumerics Visualization Engine] | |
| Length |
Number of colors in the colormap
[ILNumerics Visualization Engine] | |
| Type |
The colormap type this colormap is based on (readonly)
[ILNumerics Visualization Engine] |
Methods
| Name | Description | |
|---|---|---|
| Copy |
Gives a copy of this colormap.
[ILNumerics Visualization Engine] | |
| Map(Single, TupleSingle, Single, NullableVector4) |
Map single value within colormap data range to color
[ILNumerics Visualization Engine] | |
| Map(InArraySingle, TupleSingle, Single, NullableVector4) |
Maps all elements in A to interpolated colors from this colormap
[ILNumerics Visualization Engine] | |
| OnChanged |
Triggers the firing of an event, indicating that this node was changed.
[ILNumerics Visualization Engine] | |
| SetData |
Sets internal data for color indices
[ILNumerics Visualization Engine] | |
| Synchronize |
This method supports internal infrastructure.
[ILNumerics Visualization Engine] |
Events
| Name | Description | |
|---|---|---|
| Changed |
Fires when the colormap data have changed
[ILNumerics Visualization Engine] |
Operators
| Name | Description | |
|---|---|---|
| (Colormaps to Colormap) |
Implicitly converts a Colormaps enumeration value to a discrete colormap
[ILNumerics Visualization Engine] |
Fields
| Name | Description | |
|---|---|---|
| DefaultNaNColor |
The color used for NaN values by default. The default value for DefaultNaNColor is
Empty, wich leads to corresponding vertices / primitives to appear as transparent.
|
Remarks
[ILNumerics Visualization Engine]
See Also