ILNumerics - Technical Application Development
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
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
Property Value
Type: RetArraySingleRemarks
Data is a matrix with 5 columns, elements in range [0...1] !
- Column 0: keypoint position
- Column 1: keypoint R color component value
- Column 2: keypoint G color component value
- Column 3: keypoint B color component value
- 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