typedef struct { uint16_t red; /* Red proportion in parts per thousand */ uint16_t green; /* Green proportion in parts per thousand */ uint16_t blue; /* Blue proportion in parts per thousand */ } RGB_LIST;
See also: XIMG format