Open ChelaruCatalin opened 6 years ago
In postFxManager.gui.settings.cs under function PostFXManager::settingsRefreshHDR
the ppOptionsHDREffectsBlueShiftColor.BaseColor = $HDRPostFX::blueShiftColor; ppOptionsHDREffectsBlueShiftColor.PickColor = $HDRPostFX::blueShiftColor;
are not correct. The name of the guicolorpicker is ppOptionsHDREffectsBlueShiftColorBlend
and the fix is :
ppOptionsHDREffectsBlueShiftColorBlend.BaseColor = $HDRPostFX::blueShiftColor; ppOptionsHDREffectsBlueShiftColorBlend.PickColor = $HDRPostFX::blueShiftColor;
In postFxManager.gui.settings.cs under function PostFXManager::settingsRefreshHDR
the ppOptionsHDREffectsBlueShiftColor.BaseColor = $HDRPostFX::blueShiftColor; ppOptionsHDREffectsBlueShiftColor.PickColor = $HDRPostFX::blueShiftColor;
are not correct. The name of the guicolorpicker is ppOptionsHDREffectsBlueShiftColorBlend
and the fix is :
ppOptionsHDREffectsBlueShiftColorBlend.BaseColor = $HDRPostFX::blueShiftColor; ppOptionsHDREffectsBlueShiftColorBlend.PickColor = $HDRPostFX::blueShiftColor;