NiboRoboLib 3.6 - NIBO burger Library
|
Farbe im RGB Farbmodell. Mehr ...
#include <NIBOburger.h>
Öffentliche Methoden | |
ColorRGB (unsigned char r, unsigned char g, unsigned char b) | |
Konstruktor aus einzelnen Farbkomponenten: Rot, Grün und Blau. | |
ColorRGB (unsigned long val) | |
Konstruktor für 24 Bit RGB-Farbwert Bsp. Mehr ... | |
~ColorRGB () | |
Destruktor. | |
unsigned int | diff (const ColorRGB &col2) const |
Farbabweichung (RGB) zu zweiter RGB Farbe. | |
unsigned int | diff (unsigned long val2) const |
Farbabweichung (RGB) zu zweiter Farbe (als 24 Bit RGB-Farbwert) | |
Statische öffentliche Attribute | |
static const unsigned long | CALIBRATE_BLACK = COLOR_RGB_CAL_BLACK |
24 Bit RGB-Konstante für Kalibrier-Farbe: schwarz | |
static const unsigned long | CALIBRATE_WHITE = COLOR_RGB_CAL_WHITE |
24 Bit RGB-Konstante für Kalibrier-Farbe: weiss | |
static const unsigned long | CALIBRATE_RED = COLOR_RGB_CAL_RED |
24 Bit RGB-Konstante für Kalibrier-Farbe: rot | |
static const unsigned long | CALIBRATE_BLUE = COLOR_RGB_CAL_BLUE |
24 Bit RGB-Konstante für Kalibrier-Farbe: blau | |
static const unsigned long | CALIBRATE_GREEN = COLOR_RGB_CAL_GREEN |
24 Bit RGB-Konstante für Kalibrier-Farbe: grün | |
static const unsigned long | CALIBRATE_YELLOW = COLOR_RGB_CAL_YELLOW |
24 Bit RGB-Konstante für Kalibrier-Farbe: gelb | |
Farbe im RGB Farbmodell.
Die Farbe ist aus den drei Werten Rot- Grün- und Blauanteil zusammengesetzt.
|
explicit |
Konstruktor für 24 Bit RGB-Farbwert Bsp.
Rot: 0xff0000