HSLColour Structure

Represents colour as Hue, Saturation and Lightness values.

Definition

Namespace: RoboTx.Api
Assembly: RoboTx.Api (in RoboTx.Api.dll) Version: 1.0.0
C#
public struct HSLColour
Inheritance
Object    ValueType    HSLColour

Properties

Hue Hue component.
Lightness Saturation component.
Saturation Saturation component.

Methods

Deconstruct Unpacks HSL Colour tuple.
EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

See Also