by property

by property

Describes the relative offset value for the color animation. Read/write IColorOffset.

Definition:

@property
def by(self):
    ...

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

See Also