Applies the transformation to the given value.
@override num apply(num value) => value.clamp(min, max);