-Apply a random function to determine the quantized color values.
-For example, an analog value of 3.25 between discrete quantized values 3 and 4 can be quantized to 3.25% of the time and to 4.75% of the time.
Quantized Color Value = floor( original color value + random)