IColorEffect
Contents
[
Hide
]IColorEffect interface
Represents a color effect for an animation behavior.
public interface IColorEffect : IBehavior
Properties
| Name | Description |
|---|---|
| AsIBehavior { get; } | Allows to get base IBehavior interface. Read-only IBehavior. |
| 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. |
| To { get; set; } | Describes resulting color for the animation color change. Read/write IColorFormat. |
See Also
- interface IBehavior
- namespace Aspose.Slides.Animation
- assembly Aspose.Slides