threshold property

threshold property

Returns effect threshold. Read/write float.

Definition:

@property
def threshold(self):
    ...

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

See Also