Whether output values are clamped.
bool get clamp => _clamp;
set clamp(bool value) => _clamp = value;