Whether output values are clamped to the range.
@override bool get clamp => _clamp;
@override set clamp(bool value) => _clamp = value;