SetVertexColor

SetVertexColor(int, int, int, Color)

public void SetVertexColor(int x, int y, int index, Color color) ;

Description

Sets the color of the vertex.

Parameters

Parameter Name Description
x The x coordinate(between 0 and 1).
y The y coordinate(between 0 and 1).
index Vertex Index.
color Vertex Color.