ColourSensorGetRGBC Method
Gets the red, green, blue and clear 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+2fa4249a9eb2bae6a5092a98b9ebf36d639ce1b7
public RGBColour GetRGBC()
Public Function GetRGBC As RGBColour
member GetRGBC : unit -> RGBColour
Return Value
RGBColourTuple of (red, green, blue, clear).