|
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)
Syntaxpublic void SetVertexColor(
int index,
Color color
)
Public Sub SetVertexColor (
index As Integer,
color As Color
)
public:
void SetVertexColor(
int index,
Color color
)
member SetVertexColor :
index : int *
color : Color -> unit
Parameters
- index
- Type: SystemInt32
index of vertex to be colored. - color
- Type: System.DrawingColor
color to be used.
See Also