Solving issue 1573: "Tone curve type order"

This commit is contained in:
natureh 510
2012-10-17 23:30:51 +02:00
parent 834eceefc9
commit d7210a6b16
2 changed files with 10 additions and 10 deletions

View File

@@ -183,9 +183,9 @@ class ToneCurveParams {
enum eTCModeId {
TC_MODE_STD, // Standard modes, the curve is applied on all component individually
TC_MODE_WEIGHTEDSTD, // Weighted standard mode
TC_MODE_FILMLIKE, // Film-like mode, as defined in Adobe's reference code
TC_MODE_SATANDVALBLENDING, // Modify the Saturation and Value channel
TC_MODE_WEIGHTEDSTD // Weighted standard mode
TC_MODE_SATANDVALBLENDING // Modify the Saturation and Value channel
};
bool autoexp;