don't force b&w when ciecam02 and b&w are enabled

This commit is contained in:
heckflosse
2019-01-19 13:14:29 +01:00
parent 4fec856fba
commit 52aabfc93a

View File

@@ -1236,7 +1236,7 @@ private:
cmsHPROFILE jprof = nullptr;
constexpr bool customGamma = false;
constexpr bool useLCMS = false;
bool bwonly = params.blackwhite.enabled && !params.colorToning.enabled && !autili && !butili ;
bool bwonly = params.blackwhite.enabled && !params.colorToning.enabled && !autili && !butili && !params.colorappearance.enabled;
///////////// Custom output gamma has been removed, the user now has to create
///////////// a new output profile with the ICCProfileCreator