to property

to property

Describes resulting color for the animation color change. Read/write IColorFormat.

Definition:

@property
def to(self):
    ...

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

See Also