Searched defs:skcms_ICCProfile (Results 1 – 1 of 1) sorted by relevance
173 typedef struct skcms_ICCProfile { struct174 const uint8_t* buffer;176 uint32_t size;177 uint32_t data_color_space;178 uint32_t pcs;179 uint32_t tag_count;185 bool has_trc;209 } skcms_ICCProfile; argument