![]() |
NiboRoboLib 3.6 - NIBO burger Library
|
Farbe im HSV Farbmodell. Mehr ...
#include <NIBOburger.h>
Öffentliche Methoden | |
| ColorHSV (unsigned char h, unsigned char s, unsigned char v) | |
| Konstruktor aus einzelnen Farbkomponenten: Hue, Saturation und Value. | |
| ColorHSV (unsigned long val) | |
| Konstruktor für 24 Bit HSV-Farbwert. | |
| ~ColorHSV () | |
| Destruktor. | |
| unsigned int | diff (const ColorHSV &col2, unsigned int hTol=0) const |
| Farbabweichung (HSV) zu zweiter HSV-Farbe. | |
| unsigned int | diff (unsigned long val2, unsigned int hTol=0) const |
| Farbabweichung (HSV) zu zweiter Farbe (als 24 Bit HSV-Farbwert) | |
Statische öffentliche Attribute | |
| static const unsigned long | CALIBRATE_BLACK = COLOR_HSV_CAL_BLACK |
| 24 Bit HSV-Konstante für Kalibrier-Farbe: schwarz | |
| static const unsigned long | CALIBRATE_WHITE = COLOR_HSV_CAL_WHITE |
| 24 Bit HSV-Konstante für Kalibrier-Farbe: weiss | |
| static const unsigned long | CALIBRATE_RED = COLOR_HSV_CAL_RED |
| 24 Bit HSV-Konstante für Kalibrier-Farbe: rot | |
| static const unsigned long | CALIBRATE_BLUE = COLOR_HSV_CAL_BLUE |
| 24 Bit HSV-Konstante für Kalibrier-Farbe: blau | |
| static const unsigned long | CALIBRATE_GREEN = COLOR_HSV_CAL_GREEN |
| 24 Bit HSV-Konstante für Kalibrier-Farbe: grün | |
| static const unsigned long | CALIBRATE_YELLOW = COLOR_HSV_CAL_YELLOW |
| 24 Bit HSV-Konstante für Kalibrier-Farbe: gelb | |
Farbe im HSV Farbmodell.
Die Farbe ist aus den drei Werten Hue (Farbton), Saturation (Sättigung) und Value (Helligkeit) zusammengesetzt.
1.8.5