Click or drag to resize

Mesh3SetVertexColor Method

set the color of a vertex.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public void SetVertexColor(
	int index,
	Color color
)

Parameters

index
Type: SystemInt32
index of vertex to be colored.
color
Type: System.DrawingColor
color to be used.
See Also