Blend

Blend constructor (1 of 2)

Initializes a new instance of the Blend class.

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)
Parameter Type Description
count Int32 The number of elements in the Factors and Positions arrays.

See Also