ILNumerics Ultimate VS

ColorsBufferGetColorAt Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Gets the color at index i as Color struct.

[ILNumerics Visualization Engine]

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

public Color GetColorAt(
	int i
)

Parameters

i
Type: SystemInt32
Index of the vertex to retrieve the color for.

Return Value

Type: Color
The RGB components of the color of the vertex at the given index.
Remarks

[ILNumerics Visualization Engine]

See Also

Reference