contrast property

contrast property

Gets or sets the contrast for the specified picture. The value for this property must be a number from 0.0 (the least contrast) to 1.0 (the greatest contrast).

Definition:

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

See Also