Example #1
0
 Pixel AddRandom(Pixel pixel, int amount)
 {
     pixel.AddNoise(amount / 2);
       return pixel;
 }