Skip to content

Commit

Permalink
Decrease maximum saturation gain
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseDiazRohena committed Apr 21, 2024
1 parent bcc2e3c commit 5ab0fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ValentineParameters.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ inline constexpr float kMinBits = 1.0f;
inline constexpr float kMaxBits = 12.0f;

inline constexpr float kMinSaturationGain = 0.5f;
inline constexpr float kMaxSaturationGain = 31.62f;
inline constexpr float kMaxSaturationGain = 10.0f;

// The largest the ratio can be as far as the parameter itself is concerned.
// Processing, we actually use a ratio of 1000:1 for this ratio value.
Expand Down

0 comments on commit 5ab0fa0

Please sign in to comment.