soft_edge_radius property

soft_edge_radius property

Gets and sets the radius of blur to apply to the edges, in unit of points.

Definition:

@property
def soft_edge_radius(self):
    ...
@soft_edge_radius.setter
def soft_edge_radius(self, value):
    ...

See Also