IMeshPrimitiveDecoder.GetColor

IMeshPrimitiveDecoder.GetColor method

Gets the color for the given vertex.

public Vector4 GetColor(int vertexIndex, int colorSetIndex)
ParameterTypeDescription
vertexIndexInt32The vertex index.
colorSetIndexInt32The color set index.

See Also