clamp property

bool get clamp

Whether output values are clamped.

Implementation

bool get clamp => _clamp;
set clamp (bool value)

Implementation

set clamp(bool value) => _clamp = value;