contrast property

contrast property

Represents the contrast modification for the picture.in unit of percentage.

Remarks

It is between -100% and 100%. It works same as Excel 2007 or above version.

Definition:

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

See Also