ColorRange Constructor
Constructor in ColorRange
Declaration
public ColorRange(Color min, Color max)Description
Creates a new range with the specified values.
Parameters
| min | The lower bound of the range. |
| max | The upper bound of the range. |
public ColorRange(Color min, Color max)Creates a new range with the specified values.
| min | The lower bound of the range. |
| max | The upper bound of the range. |