ColorEffect
Overview
ColorEffect is a class in Aspose.Slides FOSS for Python.
Inherits from: Behavior, IColorEffect.
Represent color effect behavior of effect.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
from_address | IColorFormat | Read | Is the initial IColorFormat that the animation starts from |
to | IColorFormat | Read | Is the target IColorFormat that the animation ends at |
by | IColorOffset | Read | Is the IColorOffset applied incrementally during the color transition |
color_space | ColorSpace | Read | Specifies the ColorSpace used for the color effect |
direction | ColorDirection | Read | Indicates the ColorDirection (e.g., forward, reverse) of the effect |
as_i_behavior | IBehavior | Read | Exposes the effect as an IBehavior for animation sequencing |
Methods
| Signature | Description |
|---|---|
__init__() |