ILNumerics Ultimate VS

ColorsBufferUpdate Method (Int32, Double, Double, Double, Double)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
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

public void Update(
	int index,
	double R,
	double G,
	double B,
	double A
)

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

Reference