static double quantize0To255(int n, double x) { ret quantizeToNLevelsBetweenZeroAndOne_stretch(n, x/255)*255; }