FillBlendMode
Overview
FillBlendMode is a enum in Aspose.Slides FOSS for Python.
Determines blend mode.
This enumeration defines 5 values: DARKEN, LIGHTEN, MULTIPLY, OVERLAY, SCREEN.
Values
| Value | Description |
|---|---|
DARKEN | Represents a blend mode that darkens colors by choosing the darker of source and destination |
LIGHTEN | |
MULTIPLY | Represents a blend mode that multiplies source and destination colors, producing a darker result |
OVERLAY | Represents a blend mode that combines multiply and screen to preserve highlights and shadows |
SCREEN | Represents a blend mode that lightens colors by inverting, multiplying, then inverting again |