diff options
Diffstat (limited to '')
-rw-r--r-- | src/curve.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/curve.py b/src/curve.py index 9e1eefe..b0bf777 100644 --- a/src/curve.py +++ b/src/curve.py @@ -333,7 +333,7 @@ def sigmoid(r, g = ..., b = ...): 4.5 is good value start start testing at. You would probably like to use rgb_limits before this to adjust the black point as that is the - only why to adjust the black point on many LCD + only way to adjust the black point on many LCD monitors. @param r:float? The sigmoid parameter for the red curve |