GetVertexColor

GetVertexColor(int, int, int)

public Color GetVertexColor(int x, int y, int index) ;

Description

Gets 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.

Returns

The vertex color.