Blend.Blend

Blend()

Initializes a new instance of the Blend class.

public Blend()

See Also


Blend(int)

Initializes a new instance of the Blend class with the specified number of factors and positions.

public Blend(int count)
ParameterTypeDescription
countInt32The number of elements in the Factors and Positions arrays.

See Also