HSLColourDeconstruct Method
Unpacks HSL Colour tuple.
Namespace: RoboTx.ApiAssembly: Robo-Tx.Api (in Robo-Tx.Api.dll) Version: 2.0.0+58b061ffe902bd370f7f9a4c58103d8e1f566889
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.