Skip to content

Commit

Permalink
docs: Removed comment for adjust_color_balance method in Image (#526)
Browse files Browse the repository at this point in the history
Removed method comment and added Issue #525
  • Loading branch information
Marsmaennchen221 committed Jan 10, 2024
1 parent efa2b61 commit 359ece3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/safeds/data/image/containers/_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,9 +434,6 @@ def adjust_contrast(self, factor: float) -> Image:
else:
return Image(func2.adjust_contrast(self._image_tensor, factor * 1.0), device=self.device)

# def adjust_color_balance(self, factor: float) -> Image:
# pass

def blur(self, radius: int) -> Image:
"""
Return a blurred version of the image.
Expand Down

0 comments on commit 359ece3

Please sign in to comment.