ColorRange

ColorRange()

Initializes a new instance of the ColorRange class.

public ColorRange()

See Also


ColorRange(Color)

Initializes a new instance of the ColorRange class with a specified exact color.

public ColorRange(Color exactColor)
Parameter Type Description
exactColor Color The exact color from which the range is created.

See Also