after_animation_color property

after_animation_color property

Defines an after animation color for effect. Read/write IColorFormat.

Definition:

@property
def after_animation_color(self):
    ...

@after_animation_color.setter
def after_animation_color(self, value):
    ...

See Also