ColorBlend

ColorBlend constructor (1 of 2)

Initializes a new instance of the ColorBlend class.

public ColorBlend()

See Also


ColorBlend constructor (2 of 2)

Initializes a new instance of the ColorBlend class with the specified number of colors and positions.

public ColorBlend(int count)
ParameterTypeDescription
countInt32The number of colors and positions in this ColorBlend.

See Also