ColorEffect class
Contents
[
Hide
]ColorEffect class
Represents a color effect for an animation behavior.
Inheritance:ColorEffect
→ Behavior
The ColorEffect type exposes the following members:
Constructors
Constructor | Description |
---|---|
__init__ | Creates new instance. |
Properties
Property | Description |
---|---|
accumulate | Represents whether animation behaviors are accumulated. Read/write NullableBool . |
additive | Represents whether the current animation behavior is combined with other running animations. Read/write BehaviorAdditiveType . |
properties | Represents properties of behavior. Read-only IBehaviorPropertyCollection . |
timing | Represents timing properties for the effect behavior. Read/write ITiming . |
from_address | This value is used to specify the starting color of behavior. Read/write IColorFormat . |
to | Describes resulting color for the animation color change. Read/write IColorFormat . |
by | Describes the relative offset value for the color animation. Read/write IColorOffset . |
color_space | Represent color space of behavior. Read/write ColorSpace . |
direction | Specifies which direction to cycle the hue around the color wheel. Read/write ColorDirection . |
See Also
- class
Behavior
- class
ColorEffect
- module
aspose.slides.animation
- library
Aspose.Slides