ILNumerics - Technical Application Development
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Updates a single color in this color buffer, provide individual color components.
[ILNumerics Visualization Engine]
Namespace: ILNumerics.Drawing
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax
Parameters
- index
- Type: SystemInt32
Index of the vertex in this buffer to update the color for. - R
- Type: SystemDouble
The R component of the new color. - G
- Type: SystemDouble
The G component of the new color. - B
- Type: SystemDouble
The B component of the new color. - A
- Type: SystemDouble
The A component of the new color.
Remarks
[ILNumerics Visualization Engine]
See Also