Flutter Engine
The Flutter Engine
|
#include <skcms_public.h>
Public Attributes | |
const uint8_t * | buffer |
uint32_t | size |
uint32_t | data_color_space |
uint32_t | pcs |
uint32_t | tag_count |
bool | has_trc |
skcms_Curve | trc [3] |
bool | has_toXYZD50 |
skcms_Matrix3x3 | toXYZD50 |
bool | has_A2B |
skcms_A2B | A2B |
bool | has_B2A |
skcms_B2A | B2A |
bool | has_CICP |
skcms_CICP | CICP |
Definition at line 173 of file skcms_public.h.
skcms_A2B skcms_ICCProfile::A2B |
Definition at line 197 of file skcms_public.h.
skcms_B2A skcms_ICCProfile::B2A |
Definition at line 203 of file skcms_public.h.
const uint8_t* skcms_ICCProfile::buffer |
Definition at line 174 of file skcms_public.h.
skcms_CICP skcms_ICCProfile::CICP |
Definition at line 208 of file skcms_public.h.
uint32_t skcms_ICCProfile::data_color_space |
Definition at line 177 of file skcms_public.h.
bool skcms_ICCProfile::has_A2B |
Definition at line 196 of file skcms_public.h.
bool skcms_ICCProfile::has_B2A |
Definition at line 202 of file skcms_public.h.
bool skcms_ICCProfile::has_CICP |
Definition at line 207 of file skcms_public.h.
bool skcms_ICCProfile::has_toXYZD50 |
Definition at line 190 of file skcms_public.h.
bool skcms_ICCProfile::has_trc |
Definition at line 185 of file skcms_public.h.
uint32_t skcms_ICCProfile::pcs |
Definition at line 178 of file skcms_public.h.
uint32_t skcms_ICCProfile::size |
Definition at line 176 of file skcms_public.h.
uint32_t skcms_ICCProfile::tag_count |
Definition at line 179 of file skcms_public.h.
skcms_Matrix3x3 skcms_ICCProfile::toXYZD50 |
Definition at line 191 of file skcms_public.h.
skcms_Curve skcms_ICCProfile::trc[3] |
Definition at line 186 of file skcms_public.h.