ColorEffect class

ColorEffect class

Represents a color effect for an animation behavior.

Inheritance:ColorEffectBehavior

The ColorEffect type exposes the following members:

Constructors

ConstructorDescription
__init__Creates new instance.

Properties

PropertyDescription
accumulateRepresents whether animation behaviors are accumulated.
Read/write NullableBool.
additiveRepresents whether the current animation behavior is combined with other running animations.
Read/write BehaviorAdditiveType.
propertiesRepresents properties of behavior.
Read-only IBehaviorPropertyCollection.
timingRepresents timing properties for the effect behavior.
Read/write ITiming.
from_addressThis value is used to specify the starting color of behavior.
Read/write IColorFormat.
toDescribes resulting color for the animation color change.
Read/write IColorFormat.
byDescribes the relative offset value for the color animation.
Read/write IColorOffset.
color_spaceRepresent color space of behavior.
Read/write ColorSpace.
directionSpecifies which direction to cycle the hue around the color wheel.
Read/write ColorDirection.

See Also