IColorEffect class

IColorEffect class

Represents a color effect for an animation behavior.

The IColorEffect type exposes the following members:

Properties

PropertyDescription
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 IColorEffect.color_space.
directionSpecifies which direction to cycle the hue around the color wheel.
Read/write ColorDirection.
accumulate
additive
properties
timing

See Also