PresentationImageEffects class

PresentationImageEffects class

Represents effects that can be applied to an image watermark for a PowerPoint document.

The PresentationImageEffects type exposes the following members:

Constructors

Constructor Description
init Initializes a new PresentationImageEffects instance.

Properties

Property Description
border_line_format The line format settings for the image border. Returns an instance of OfficeLineFormat representing the shape line format. (inherited from OfficeImageEffects)
brightness The brightness of the picture. Must be a number from 0.0 (dimmest) to 1.0 (brightest). The default value is 0.5. (inherited from OfficeImageEffects)
chroma_key The color value of the image that will be treated as transparent. (inherited from OfficeImageEffects)
contrast The contrast for the specified picture. Must be a float between 0.0 (least contrast) and 1.0 (greatest contrast). Default is 0.5. (inherited from OfficeImageEffects)
gray_scale The property indicates whether a picture will be displayed in grayscale mode. The default value is False. (inherited from OfficeImageEffects)

See Also