DS.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / HslColor Structure
Properties Methods

HslColor Structure Members

The following tables list the members exposed by HslColor.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyGets or sets the hue value in the range [0, 360].  
Public PropertyGets or sets the lightness value in the range [0, 1].  
Public PropertyGets or sets the opacity value in the range [0, 1].  
Public PropertyGets or sets the saturation value in the range [0, 1].  
Top
Public Methods
 NameDescription
Public MethodOverloaded. Determines whether the specified HslColor is equal to this instance.  
Public MethodReturns a hash code for this struct.  
Public MethodReturns a 32-bit ARGB value that represents this HSL color.  
Public MethodReturns a System.Drawing.Color that represents this HSL color.  
Public MethodReturns a string representation of this HSL color.  
Top
Public Operators
Tests whether two specified HslColor structures are equivalent.
Tests whether two specified HslColor structures are different.
Top
See Also