public struct HSLColour
Public Structure HSLColour
[<SealedAttribute>]
type HSLColour =
struct
inherit ValueType
end
Hue | Hue component. |
Lightness | Saturation component. |
Saturation | Saturation component. |
Deconstruct | Unpacks HSL Colour tuple. |
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |