ColourSensorGetHSL Method
Gets the colour as H, S and L values reported by the colour sensor once it has been enabled.
How long it takes for colour values to start being reported, and the subsequent reporting interval
will depend in the integration time specified in the
Enable method.
Namespace: RoboTx.ApiAssembly: Robo-Tx.Api (in Robo-Tx.Api.dll) Version: 2.0.0+58b061ffe902bd370f7f9a4c58103d8e1f566889
public HSLColour GetHSL()
Public Function GetHSL As HSLColour
member GetHSL : unit -> HSLColour
Return Value
HSLColourTuple of (H, S, L) values.