First batch of variable name normalisation in ICM tool, see #4478

This commit is contained in:
Hombre
2018-05-14 00:57:55 +02:00
parent d14d57a21e
commit fbc81028eb
31 changed files with 918 additions and 928 deletions

View File

@@ -575,32 +575,35 @@ class ColorManagementParamsEdited
{
public:
bool input;
bool inputProfile;
bool toneCurve;
bool applyLookTable;
bool applyBaselineExposureOffset;
bool applyHueSatMap;
bool dcpIlluminant;
bool working;
bool output;
bool workingProfile;
bool workingTRC;
bool workingTRCGamma;
bool workingTRCSlope;
bool outputProfile;
bool outputIntent;
bool outputBPC;
bool gamma;
bool gampos;
bool slpos;
bool predx;
bool predy;
bool pgrex;
bool pgrey;
bool pblux;
bool pbluy;
bool freegamma;
bool wprimaries;
bool wprofile;
bool wtemp;
bool gamm;
bool slop;
bool wtrcin;
bool customOutputProfile;
bool outputPrimariesPreset;
bool redPrimaryX;
bool redPrimaryY;
bool greenPrimaryX;
bool greenPrimaryY;
bool bluePrimaryX;
bool bluePrimaryY;
bool outputGammaPreset;
bool outputGamma;
bool outputSlope;
bool outputProfileVersion;
bool outputIlluminant;
};
class WaveletParamsEdited
{