Home Type definitionsType definitions PrintDescPrintDesc THREADINFOTHREADINFO

I.16 RGB_LIST

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


Home Type definitionsType definitions PrintDescPrintDesc THREADINFOTHREADINFO