contrast property

contrast property

The contrast for the specified picture. Must be a float between 0.0 (least contrast) and 1.0 (greatest contrast). Default is 0.5.

Definition:

@property
def contrast(self):
    ...
@contrast.setter
def contrast(self, value):
    ...

See Also