ColorRange class
ColorRange class
Represents a range of colors. Specifies ranges using HSB representation of RGB color.
The ColorRange type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Initializes a new instance of the ColorRange class. |
| init | Initializes a new instance of the ColorRange class with a specified exact color. |
Properties
| Property | Description |
|---|---|
| min_hue | Gets or sets the starting hue value, in degrees. |
| max_hue | Gets or sets the ending hue value, in degrees. |
| min_saturation | Gets or sets the starting saturation value. |
| max_saturation | Gets or sets the ending saturation value. |
| min_brightness | Gets or sets the starting brightness value. |
| max_brightness | Gets or sets the ending brightness value. |
| is_empty | Gets or sets a value indicating whether only the empty color is in range. |
See Also
- module
groupdocs.watermark.search.searchcriteria - class
ColorRange