Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
|
#include "IccProfile.h"
#include "IccTag.h"
#include "IccUtil.h"
#include "IccMatrixMath.h"
#include <list>
#include <cstring>
#include <cstdlib>
Go to the source code of this file.
Macros | |
#define | icPerceptualRefBlackX 0.00336 |
#define | icPerceptualRefBlackY 0.0034731 |
#define | icPerceptualRefBlackZ 0.00287 |
#define | icPerceptualRefWhiteX 0.9642 |
#define | icPerceptualRefWhiteY 1.0000 |
#define | icPerceptualRefWhiteZ 0.8249 |
File: IccCmm.h.
Contains: Header file for implementation of the CIccCmm class.
Version: V1
Copyright: (c) see ICC Software License
Definition in file IccCmm.h.
#define icPerceptualRefBlackY 0.0034731 |
Definition at line 140 of file IccCmm.h.
Referenced by CIccApplyBPC::CalcFactors().
#define icPerceptualRefWhiteX 0.9642 |
Definition at line 143 of file IccCmm.h.
Referenced by CIccApplyBPC::CalcFactors().
#define icPerceptualRefWhiteY 1.0000 |
Definition at line 144 of file IccCmm.h.
Referenced by CIccApplyBPC::CalcFactors().
#define icPerceptualRefWhiteZ 0.8249 |
Definition at line 145 of file IccCmm.h.
Referenced by CIccApplyBPC::CalcFactors().
enum icMCSConnectionType |
enum icStatusCMM |
CMM return status values.
Definition at line 90 of file IccCmm.h.
enum icXformInterp |
CMM Interpolation types.
Enumerator | |
---|---|
icInterpLinear | |
icInterpTetrahedral |
enum icXformLutType |
CMM Xform LUT types.
Definition at line 125 of file IccCmm.h.
enum icXformType |
Enumerator | |
---|---|
icXformTypeMatrixTRC | |
icXformType3DLut | |
icXformType4DLut | |
icXformTypeNDLut | |
icXformTypeNamedColor | |
icXformTypeMpe | |
icXformTypeMonochrome | |
icXformTypePCS | |
icXformTypeUnknown |
Definition at line 148 of file IccCmm.h.