FillBlendMode

Overview

FillBlendMode is a enum in Aspose.Slides FOSS for C++.

Determines blend mode.

Values

ValueDescription
DARKENRepresents a blend mode that darkens by keeping the darker of source and destination colors
LIGHTEN
MULTIPLYRepresents a blend mode that multiplies source and destination colors, yielding a darker result
OVERLAYRepresents a blend mode that combines multiply and screen to preserve highlights and shadows
SCREENRepresents a blend mode that inverts, multiplies, and inverts again, producing a lighter result

See Also