blend property

blend property

FillBlendMode. Read/write FillBlendMode.

Definition:

@property
def blend(self):
    ...

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

See Also