IMeshPrimitiveDecoder.GetColorDeltas

IMeshPrimitiveDecoder.GetColorDeltas method

Gets the sequence of color deltas for the given vertex. (morph targets)

public IReadOnlyList<Vector4> GetColorDeltas(int vertexIndex, int colorSetIndex)
ParameterTypeDescription
vertexIndexInt32The vertex index.
colorSetIndexInt32The color set index.

Return Value

A collection of color deltas, one delta per morph target.

See Also