ILNumerics - Technical Application Development
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Update all data of this colors buffer.
[ILNumerics Visualization Engine]
Namespace: ILNumerics.Drawing
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax
Parameters
- data
- Type: ILNumericsBaseArraySingle
The new colors data as matrix with 3 (RGB) or 4 (RGBA) rows. Values in range 0..1.
Exceptions
Exception | Condition |
---|---|
ArgumentException | if data does not match the size requirements for this buffer. |
Remarks
If data is null or empty, all entries in this buffer will be deleted.
If datas size does not match the size requirements for this buffer but the transposed version of data does (transpose: exchange both dimensions of a matrix) then the transposed version of data is used to update this buffer.
[ILNumerics Visualization Engine]
See Also