ILNumerics Ultimate VS

ColorsBufferGetVector4At Method

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

[ILNumerics Visualization Engine]

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

public Vector4 GetVector4At(
	int i
)

Parameters

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

Return Value

Type: Vector4
The RGBA components of the color of the vertex at the given index as Vector4, values in range 0..1.
Remarks

[ILNumerics Visualization Engine]

See Also

Reference