Skip to content

Commit 4720774

Browse files
committed
Describe the effect of brightness and contrast factors above 1
1 parent 498b475 commit 4720774

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/reference/ImageEnhance.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,17 @@ method:
5959
This class can be used to control the contrast of an image, similar to the
6060
contrast control on a TV set. An
6161
:ref:`enhancement factor <enhancement-factor>` of 0.0 gives a solid grey
62-
image. A factor of 1.0 gives the original image.
62+
image, a factor of 1.0 gives the original image, and greater values
63+
increase the contrast of the image.
6364

6465
.. py:class:: Brightness(image)
6566
6667
Adjust image brightness.
6768

6869
This class can be used to control the brightness of an image. An
69-
:ref:`enhancement factor <enhancement-factor>` of 0.0 gives a black image.
70-
A factor of 1.0 gives the original image.
70+
:ref:`enhancement factor <enhancement-factor>` of 0.0 gives a black image,
71+
a factor of 1.0 gives the original image, and greater values increase the
72+
brightness of the image.
7173

7274
.. py:class:: Sharpness(image)
7375

0 commit comments

Comments
 (0)