Click or drag to resize

Mesh3SetVertexColor Method

set the color of a vertex

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
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