IVertexMaterial.GetColor

IVertexMaterial.GetColor method

Gets a color attribute.

public Vector4 GetColor(int index)
ParameterTypeDescription
indexInt32An index from 0 to MaxColors.

Return Value

A Vector4 value in the range of 0 to 1

See Also