ColorEffect Object
PowerPoint Developer Reference |
Represents a color effect for an animation behavior.
Example
Use the ColorEffect property of the AnimationBehavior object to return a ColorEffect object. Color effects can be changed using the ColorEffect object's From and To properties, as shown below. Color effects are initially set using the To property, and then can be changed by a specific number using the By property. The following example adds a shape to the first slide of the active presentation and sets a color effect animation behavior to change the fill color of the new shape.
Visual Basic for Applications |
---|
|
See Also