IColorEffect Interface |
Namespace: Aspose.Slides.Animation
The IColorEffect type exposes the following members.
| Name | Description | |
|---|---|---|
| Accumulate |
Represents whether animation behaviors are accumulated.
Read/write NullableBool.
(Inherited from IBehavior.) | |
| Additive |
Represents whether the current animation behavior is combined with other running animations.
Read/write BehaviorAdditiveType.
(Inherited from IBehavior.) | |
| AsIBehavior |
Allows to get base IBehavior interface.
Read-only IBehavior.
| |
| By |
Describes the relative offset value for the color animation.
Read/write IColorOffset.
| |
| ColorSpace |
Represent color space of behavior.
Read/write ColorSpace.
| |
| Direction |
Specifies which direction to cycle the hue around the color wheel.
Read/write ColorDirection.
| |
| From |
This value is used to specify the starting color of behavior.
Read/write IColorFormat.
| |
| Properties |
Represents properties of behavior.
Read-only IBehaviorPropertyCollection.
(Inherited from IBehavior.) | |
| Timing |
Represents timing properties for the effect behavior.
Read/write ITiming.
(Inherited from IBehavior.) | |
| To |
Describes resulting color for the animation color change.
Read/write IColorFormat.
|