ILNumerics Ultimate VS

ColorsBufferUpdate Method (Int32, Color)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Updates a single color in this color buffer, corresponding to a single vertex color.

[ILNumerics Visualization Engine]

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

public void Update(
	int index,
	Color color
)

Parameters

index
Type: SystemInt32
Index of the vertex to update the color for.
color
Type: System.DrawingColor
The new color.
Remarks

[ILNumerics Visualization Engine]

See Also

Reference