public static interface BrickletColor.ColorListener extends DeviceListener
BrickletColor.setColorCallbackPeriod(long)
. The parameter is the color
of the sensor as RGBC.
The BrickletColor.ColorListener
listener is only triggered if the color has changed since the
last triggering.Modifier and Type | Method and Description |
---|---|
void |
color(int r,
int g,
int b,
int c) |
Copyright © 2020 Tinkerforge GmbH. All rights reserved.