ColorEffect
Contents
[
Hide
]ColorEffect class
Represents a color effect for an animation behavior.
public class ColorEffect : Behavior, IColorEffect
Constructors
| Name | Description |
|---|---|
| ColorEffect() | Creates new instance. |
Properties
| Name | Description |
|---|---|
| Accumulate { get; set; } | Represents whether animation behaviors are accumulated. Read/write NullableBool. |
| Additive { get; set; } | Represents whether the current animation behavior is combined with other running animations. Read/write BehaviorAdditiveType. |
| By { get; set; } | Describes the relative offset value for the color animation. Read/write IColorOffset. |
| ColorSpace { get; set; } | Represent color space of behavior. Read/write ColorSpace. |
| Direction { get; set; } | Specifies which direction to cycle the hue around the color wheel. Read/write ColorDirection. |
| From { get; set; } | This value is used to specify the starting color of behavior. Read/write IColorFormat. |
| Properties { get; } | Represents properties of behavior. Read-only IBehaviorPropertyCollection. |
| Timing { get; set; } | Represents timing properties for the effect behavior. Read/write ITiming. |
| To { get; set; } | Describes resulting color for the animation color change. Read/write IColorFormat. |
See Also
- class Behavior
- interface IColorEffect
- namespace Aspose.Slides.Animation
- assembly Aspose.Slides