File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -59,15 +59,17 @@ method:
59
59
This class can be used to control the contrast of an image, similar to the
60
60
contrast control on a TV set. An
61
61
: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.
63
64
64
65
.. py :class :: Brightness(image)
65
66
66
67
Adjust image brightness.
67
68
68
69
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.
71
73
72
74
.. py :class :: Sharpness(image)
73
75
You can’t perform that action at this time.
0 commit comments