ILNumerics Ultimate VS

ColormapData Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
retrieve / set internal data for color indices

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing.Plotting
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public RetArray<float> Data { get; set; }

Property Value

Type: RetArraySingle
Remarks

Data is a matrix with 5 columns, elements in range [0...1] !

  1. Column 0: keypoint position
  2. Column 1: keypoint R color component value
  3. Column 2: keypoint G color component value
  4. Column 3: keypoint B color component value
  5. Column 4: keypoint alpha component value

The array returned will be a copy of the internal data only. It cannot be used to alter the internal color table! In order to modify the color table, one must query the table, alter it outside and store it back.

[ILNumerics Visualization Engine]

See Also

Reference