ColorEffect

Overview

ColorEffect is a class in Aspose.Slides FOSS for Python. Inherits from: Behavior, IColorEffect.

Represent color effect behavior of effect.

Properties

NameTypeAccessDescription
from_addressIColorFormatReadIs the initial IColorFormat that the animation starts from
toIColorFormatReadIs the target IColorFormat that the animation ends at
byIColorOffsetReadIs the IColorOffset applied incrementally during the color transition
color_spaceColorSpaceReadSpecifies the ColorSpace used for the color effect
directionColorDirectionReadIndicates the ColorDirection (e.g., forward, reverse) of the effect
as_i_behaviorIBehaviorReadExposes the effect as an IBehavior for animation sequencing

Methods

SignatureDescription
__init__()