auto_contrast property

auto_contrast property

Gets or sets the AutoContrast value. When true, “Contrast” is automatically adjusted.

Definition:

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

See Also