ColorEffect

ColorEffect class

表示动画行为的颜色效果。

public class ColorEffect : Behavior, IColorEffect

构造函数

名称描述
ColorEffect()创建新实例。

属性

名称描述
Accumulate { get; set; }表示动画行为是否被累积。读/写 NullableBool
Additive { get; set; }表示当前动画行为是否与其他正在运行的动画结合。读/写 BehaviorAdditiveType
By { get; set; }描述颜色动画的相对偏移值。读/写 IColorOffset
ColorSpace { get; set; }表示行为的颜色空间。读/写 ColorSpace
Direction { get; set; }指定色相在颜色轮上的循环方向。读/写 ColorDirection
From { get; set; }此值用于指定行为的起始颜色。读/写 IColorFormat
Properties { get; }表示行为的属性。只读 IBehaviorPropertyCollection
Timing { get; set; }表示效果行为的时机属性。读/写 ITiming
To { get; set; }描述动画颜色变化的结果颜色。读/写 IColorFormat

另请参见