typedef struct { uint16_t red; /* Rot-Anteil in Promille */ uint16_t green; /* GrĂ¼n-Anteil in Promille */ uint16_t blue; /* Blau-Anteil in Promille */ } RGB_LIST;
Querverweis: XIMG-Format