ColorEffect

Overview

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

Represent color effect behavior of effect.

This class provides 11 methods for working with ColorEffect objects in Python programs. Available methods include: __init__, accumulate, additive, as_i_behavior, by, color_space, direction, from_address, properties, timing, to. All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package. Properties: accumulate, additive, as_i_behavior, by, color_space, direction, and 4 more.

Properties

NameTypeAccessDescription
from_addressIColorFormatRead/WriteGets or sets the from address.
toIColorFormatRead/WriteGets or sets the to.
byIColorOffsetRead/WriteGets or sets the by.
color_spaceColorSpaceRead/WriteGets or sets the color space.
directionColorDirectionRead/WriteGets or sets the direction.
as_i_behaviorIBehaviorReadGets the as i behavior.
accumulateNullableBoolRead/WriteGets or sets the accumulate.
additiveBehaviorAdditiveTypeRead/WriteGets or sets the additive.
propertiesIBehaviorPropertyCollectionReadGets the properties.
timingITimingRead/WriteGets or sets the timing.

Methods

SignatureDescription
__init__()
accumulate()NullableBoolRepresents whether animation behaviors are accumulated.
additive()BehaviorAdditiveTypeRepresents whether the current animation behavior is combined with other running animations.
properties()IBehaviorPropertyCollectionRepresents properties of behavior.
timing()ITimingRepresents timing properties for the effect behavior.
from_address()IColorFormatThis value is used to specify the starting color of behavior.
to()IColorFormatDescribes resulting color for the animation color change.
by()IColorOffsetDescribes the relative offset value for the color animation.
color_space()ColorSpaceRepresent color space of behavior.
direction()ColorDirectionSpecifies which direction to cycle the hue around the color wheel.
as_i_behavior()IBehaviorAllows to get base IBehavior interface.

See Also