blur_effect property

blur_effect property

Blur effect. Read/write IBlur.

Definition:

@property
def blur_effect(self):
    ...

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

See Also