public static interface BrickletColorV2.ColorListener extends DeviceListener
BrickletColorV2.setColorCallbackConfiguration(long, boolean)
. The parameter is the color
of the sensor as RGBC.
The BrickletColorV2.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 © 2022 Tinkerforge GmbH. All rights reserved.