IccMAX 2.1.27
Color Profile Tools
|
#include <IccCmmConfig.h>
Public Member Functions | |
CIccCfgProfileSequence () | |
virtual | ~CIccCfgProfileSequence () |
int | fromArgs (const char **args, int nArg, bool bReset=false) |
bool | fromJson (json obj, bool bReset=false) |
void | reset () |
void | toJson (json &obj) const |
Data Fields | |
CIccCfgProfileArray | m_profiles |
CIccCfgProfileSequence::CIccCfgProfileSequence | ( | ) |
|
inlinevirtual |
int CIccCfgProfileSequence::fromArgs | ( | const char ** | args, |
int | nArg, | ||
bool | bReset = false |
||
) |
References CIccCfgProfile::CIccCfgProfile(), icGetSigVal(), icInterpTetrahedral, icXformLutColor, CIccCfgProfile::m_adjustPcsLuminance, CIccCfgProfile::m_iccEnvVars, CIccCfgProfile::m_iccFile, CIccCfgProfile::m_intent, CIccCfgProfile::m_interpolation, CIccCfgProfile::m_pccFile, m_profiles, CIccCfgProfile::m_transform, CIccCfgProfile::m_useBPC, CIccCfgProfile::m_useD2BxB2Dx, CIccCfgProfile::m_useHToS, CIccCfgProfile::m_useV5SubProfile, and reset().
Referenced by main(), and main().
References CIccCfgProfile::fromJson(), m_profiles, and reset().
Referenced by main(), and main().
void CIccCfgProfileSequence::reset | ( | ) |
References m_profiles.
Referenced by fromArgs(), and fromJson().
void CIccCfgProfileSequence::toJson | ( | json & | obj | ) | const |
References m_profiles, and CIccCfgProfile::toJson().
Referenced by main().
CIccCfgProfileArray CIccCfgProfileSequence::m_profiles |
Referenced by fromArgs(), fromJson(), main(), main(), reset(), toJson(), and CIccCfgColorData::toLegacy().