public static interface BrickletColor.ColorReachedListener extends DeviceListener
BrickletColor.setColorCallbackThreshold(char, int, int, int, int, int, int, int, int)
is reached.
The parameter is the color
of the sensor as RGBC.
If the threshold keeps being reached, the listener is triggered periodically
with the period as set by BrickletColor.setDebouncePeriod(long)
.Modifier and Type | Method and Description |
---|---|
void |
colorReached(int r,
int g,
int b,
int c) |
Copyright © 2020 Tinkerforge GmbH. All rights reserved.