NormalizeModifier({ required this.low, required this.high, this.mid, this.threshold, }) : assert(low < high);