Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
|
Go to the source code of this file.
Classes | |
class | CIccCfgColorData |
class | CIccCfgCreateLink |
class | CIccCfgDataApply |
class | CIccCfgDataEntry |
class | CIccCfgImageApply |
class | CIccCfgProfile |
class | CIccCfgProfileSequence |
Typedefs | |
typedef std::list< CIccCfgDataEntryPtr > | CIccCfgDataEntryList |
typedef std::shared_ptr< CIccCfgDataEntry > | CIccCfgDataEntryPtr |
typedef std::vector< CIccCfgProfilePtr > | CIccCfgProfileArray |
typedef std::shared_ptr< CIccCfgProfile > | CIccCfgProfilePtr |
Enumerations | |
enum | icCfgDataType { icCfgColorData , icCfgLegacy , icCfgIt8 } |
enum | icCfgLinkType { icCfgCreateTextCube =0 , icCfgCreateIccLinkV4 , icCfgCreateIccLinkV5 } |
enum | icDstBool { icDstBoolFalse , icDstBoolTrue , icDstBoolFromSrc } |
enum | icDstEncoding { icDst8Bit , icDst15Bit , icDstFloat , icDstFromSrc } |
typedef std::list<CIccCfgDataEntryPtr> CIccCfgDataEntryList |
Definition at line 161 of file IccCmmConfig.h.
typedef std::shared_ptr<CIccCfgDataEntry> CIccCfgDataEntryPtr |
Definition at line 160 of file IccCmmConfig.h.
typedef std::vector<CIccCfgProfilePtr> CIccCfgProfileArray |
Definition at line 125 of file IccCmmConfig.h.
typedef std::shared_ptr<CIccCfgProfile> CIccCfgProfilePtr |
Definition at line 124 of file IccCmmConfig.h.
enum icCfgDataType |
Enumerator | |
---|---|
icCfgColorData | |
icCfgLegacy | |
icCfgIt8 |
Definition at line 8 of file IccCmmConfig.h.
enum icCfgLinkType |
Enumerator | |
---|---|
icCfgCreateTextCube | |
icCfgCreateIccLinkV4 | |
icCfgCreateIccLinkV5 |
Definition at line 72 of file IccCmmConfig.h.
enum icDstBool |
Enumerator | |
---|---|
icDstBoolFalse | |
icDstBoolTrue | |
icDstBoolFromSrc |
Definition at line 47 of file IccCmmConfig.h.
enum icDstEncoding |
Enumerator | |
---|---|
icDst8Bit | |
icDst15Bit | |
icDstFloat | |
icDstFromSrc |
Definition at line 40 of file IccCmmConfig.h.