| ColorHSL Methods | 
The ColorHSL type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | Distance | 
            Calculates the 'distance' of two HSL colors
             | 
|  | Equals(Object) | 
            Compares the given object for equality with this object
            (Overrides ValueTypeEquals(Object).) | 
|  | Equals(ColorHSL) | 
            Compares the given object for equality with this object
             | 
|  | GetHashCode | 
            Gets the hash code for this object
            (Overrides ValueTypeGetHashCode.) | 
|  | ToColor | 
            Converts this HSL color to a RGB Color value
             | 
 See Also
See Also