diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2016-01-13 02:02:03 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2016-01-13 02:02:03 +0100 |
commit | 4c87f45577e54e6108651d4632614e3e89c554c2 (patch) | |
tree | dc5d00c0095eb7497ca79e071aae313bc24bea32 | |
parent | add missing minus (diff) | |
download | blueshift-4c87f45577e54e6108651d4632614e3e89c554c2.tar.gz blueshift-4c87f45577e54e6108651d4632614e3e89c554c2.tar.bz2 blueshift-4c87f45577e54e6108651d4632614e3e89c554c2.tar.xz |
typo1.90.4
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
-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 |