FillBlendMode

Overview

FillBlendMode is a enum in Aspose.Slides FOSS for Python.

Determines blend mode.

Values

ValueDescription
DARKENRepresents a blend mode that darkens colors by choosing the darker of source and destination
LIGHTEN
MULTIPLYRepresents a blend mode that multiplies source and destination colors, producing a darker result
OVERLAYRepresents a blend mode that combines multiply and screen to preserve highlights and shadows
SCREENRepresents a blend mode that lightens colors by inverting, multiplying, then inverting again

See Also