ILNumerics - Technical Application Development
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Colors buffer with elements of A.
Conversion operator allowing the direct assignment of Array<float> to members/ variables of type ColorsBuffer.
[ILNumerics Visualization Engine]
Namespace: ILNumerics.Drawing
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax
Parameters
- A
- Type: ILNumericsBaseArraySingle
Source array of element type Single.
Return Value
Type: ColorsBufferColors buffer with elements of A.
Exceptions
Exception | Condition |
---|---|
ArgumentException | if A does not have 3 or 4 rows. |
Remarks
A must have 4 (RGBA components) or 3 (RGB components) rows.
Assigning an empty array or null clears all elements of this buffer.
[ILNumerics Visualization Engine]
See Also