contrast property

contrast property

Gets or sets the contrast.

Definition:

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

See Also