Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
skcms_ICCProfile Struct Reference

#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
 

Detailed Description

Definition at line 173 of file skcms_public.h.

Member Data Documentation

◆ A2B

skcms_A2B skcms_ICCProfile::A2B

Definition at line 197 of file skcms_public.h.

◆ B2A

skcms_B2A skcms_ICCProfile::B2A

Definition at line 203 of file skcms_public.h.

◆ buffer

const uint8_t* skcms_ICCProfile::buffer

Definition at line 174 of file skcms_public.h.

◆ CICP

skcms_CICP skcms_ICCProfile::CICP

Definition at line 208 of file skcms_public.h.

◆ data_color_space

uint32_t skcms_ICCProfile::data_color_space

Definition at line 177 of file skcms_public.h.

◆ has_A2B

bool skcms_ICCProfile::has_A2B

Definition at line 196 of file skcms_public.h.

◆ has_B2A

bool skcms_ICCProfile::has_B2A

Definition at line 202 of file skcms_public.h.

◆ has_CICP

bool skcms_ICCProfile::has_CICP

Definition at line 207 of file skcms_public.h.

◆ has_toXYZD50

bool skcms_ICCProfile::has_toXYZD50

Definition at line 190 of file skcms_public.h.

◆ has_trc

bool skcms_ICCProfile::has_trc

Definition at line 185 of file skcms_public.h.

◆ pcs

uint32_t skcms_ICCProfile::pcs

Definition at line 178 of file skcms_public.h.

◆ size

uint32_t skcms_ICCProfile::size

Definition at line 176 of file skcms_public.h.

◆ tag_count

uint32_t skcms_ICCProfile::tag_count

Definition at line 179 of file skcms_public.h.

◆ toXYZD50

skcms_Matrix3x3 skcms_ICCProfile::toXYZD50

Definition at line 191 of file skcms_public.h.

◆ trc

skcms_Curve skcms_ICCProfile::trc[3]

Definition at line 186 of file skcms_public.h.


The documentation for this struct was generated from the following file: