added "Auto White Balance temperature bias" feature
This new slider in the White Balance tools allows to alter the computation of the "auto white balance" by "biasing" it towards warmer or cooler temperatures. The bias is expressed as a percentage of the computed temperature, so that the resuling temperature is given by "computedTemp + computedTemp * bias".
This commit is contained in:
@@ -604,6 +604,7 @@ void Options::setDefaults ()
|
||||
0, // ADDSET_RETI_VART
|
||||
0, // ADDSET_RETI_GAM
|
||||
0, // ADDSET_RETI_SLO
|
||||
0, // ADDSET_WB_TEMPBIAS
|
||||
};
|
||||
|
||||
rtSettings.darkFramesPath = "";
|
||||
|
Reference in New Issue
Block a user