Blend

Blend constructor (1 of 2)

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 constructor (2 of 2)

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