public interface NoiseProducer
NoiseProducer is responsible for adding noise to an image.| Modifier and Type | Method and Description |
|---|---|
void |
makeNoise(BufferedImage image,
float factorOne,
float factorTwo,
float factorThree,
float factorFour)
Adds noise to an image.
|
void makeNoise(BufferedImage image, float factorOne, float factorTwo, float factorThree, float factorFour)
image - the image to add the noise tofactorOne - factorTwo - factorThree - factorFour - Copyright © 2013. All rights reserved.