Blend.Blend

Blend()

Initializes a new instance of the Blend class. The number of elements in the factor and blend arrays will be equal to 1.

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 factor and position arrays.

See Also