ColorBlend.ColorBlend

ColorBlend()

Initializes a new instance of the ColorBlend class.

public ColorBlend()

See Also


ColorBlend(int)

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