Skip to content

Commit

Permalink
Update src/safeds/data/image/containers/_image.py
Browse files Browse the repository at this point in the history
Co-authored-by: Lars Reimann <mail@larsreimann.com>
  • Loading branch information
Marsmaennchen221 and lars-reimann authored Jan 19, 2024
1 parent d9ed942 commit 1c2b920
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/safeds/data/image/containers/_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,10 +439,10 @@ def adjust_color_balance(self, factor: float) -> Image:
Parameters
----------
factor: float
If factor > 1, increase color balance of image.
If factor = 1, no changes will be made.
If factor < 1, make image greyer.
Has to be bigger than or equal to 0.
If 0 <= factor < 1, make image greyer.
If factor = 1, no changes will be made.
If factor > 1, increase color balance of image.
Returns
-------
Expand Down

0 comments on commit 1c2b920

Please sign in to comment.