• none: No noise.

  • gaussian: Gaussian noise. Adding a noise RGB value (x;x;x) to the color. The x value is a random value calculated from a normal distribution with mean = 0 and deviation = noiseDeviation.
  • perlin: Simple Perlin noise implementation with a parameter for the intensity of noise and another parameter for smoothness.