StructHslColor
Struct
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
cs-api-definition
public struct HslColor
Inherited Members
Properties
Hue
Gets or sets the hue.
Declaration
cs-api-definition
public double Hue { readonly get; set; }
Property Value
The hue.
Luminance
Gets or sets the luminance.
Declaration
cs-api-definition
public double Luminance { readonly get; set; }
Property Value
The luminance.
Saturation
Gets or sets the saturation.
Declaration
cs-api-definition
public double Saturation { readonly get; set; }
Property Value
The saturation.
Methods
Equals(object)
Determines whether the specified object is equal to this instance.
GetHashCode()
Returns a hash code for this instance.
Declaration
cs-api-definition
public override int GetHashCode()
Returns
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
Overrides
Operators
operator !=(HslColor, HslColor)
Implements the operator !=.
operator ==(HslColor, HslColor)
Implements the operator ==.