blur_radius property

blur_radius property

Blur radius. Read/write float.

Definition:

@property
def blur_radius(self):
    ...

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

See Also