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 2953095..ee2c7d5 100644 --- a/src/curve.py +++ b/src/curve.py @@ -268,7 +268,7 @@ def gamma(r, g = ..., b = ...): def negative(r = True, g = ..., b = ...): ''' - Revese the colour curves (negative image with gamma preservation) + Reverse the colour curves (negative image with gamma preservation) @param r:bool Whether to invert the red curve @param g:bool|... Whether to invert the green curve, defaults to `r` if `...` |