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

也可以看看