ColorEffect Properties

The ColorEffect type exposes the following members.

Properties
  NameDescription
Public propertyAccumulate
Represents whether animation behaviors are accumulated. Read/write NullableBool.
(Inherited from Behavior.)
Public propertyAdditive
Represents whether the current animation behavior is combined with other running animations. Read/write BehaviorAdditiveType.
(Inherited from Behavior.)
Public propertyBy
Describes the relative offset value for the color animation. Read/write IColorOffset.
Public propertyColorSpace
Represent color space of behavior. Read/write ColorSpace.
Public propertyDirection
Specifies which direction to cycle the hue around the color wheel. Read/write ColorDirection.
Public propertyFrom
This value is used to specify the starting color of behavior. Read/write IColorFormat.
Public propertyProperties
Represents properties of behavior. Read-only IBehaviorPropertyCollection.
(Inherited from Behavior.)
Public propertyTiming
Represents timing properties for the effect behavior. Read/write ITiming.
(Inherited from Behavior.)
Public propertyTo
Describes resulting color for the animation color change. Read/write IColorFormat.
See Also