// Autogenerated C header file for Color
#ifndef _JACDAC_SPEC_COLOR_H
#define _JACDAC_SPEC_COLOR_H 1

#define JD_SERVICE_CLASS_COLOR  0x1630d567

/**
 * Detected color in the RGB color space.
 */
#define JD_COLOR_REG_COLOR JD_REG_READING
typedef struct jd_color_color {
    uint16_t red;  // ratio u0.16
    uint16_t green;  // ratio u0.16
    uint16_t blue;  // ratio u0.16
} jd_color_color_t;


#endif
