public class NoNoise extends Configurable implements NoiseProducer
| Constructor and Description |
|---|
NoNoise() |
| Modifier and Type | Method and Description |
|---|---|
void |
makeNoise(BufferedImage image,
float factorOne,
float factorTwo,
float factorThree,
float factorFour)
Adds noise to an image.
|
getConfig, setConfigpublic void makeNoise(BufferedImage image, float factorOne, float factorTwo, float factorThree, float factorFour)
NoiseProducermakeNoise in interface NoiseProducerimage - the image to add the noise toCopyright © 2013. All rights reserved.