HSLColourDeconstruct Method
Unpacks HSL Colour tuple.
Namespace: RoboTx.ApiAssembly: RoboTx.Api (in RoboTx.Api.dll) Version: 2.0.0
public void Deconstruct(
out float hue,
out float saturation,
out float lightness
)
Public Sub Deconstruct (
<OutAttribute> ByRef hue As Single,
<OutAttribute> ByRef saturation As Single,
<OutAttribute> ByRef lightness As Single
)
member Deconstruct :
hue : float32 byref *
saturation : float32 byref *
lightness : float32 byref -> unit
Parameters
- hue Single
- Hue component.
- saturation Single
- Saturation component.
- lightness Single
- Lightness component.