public class NoNoise extends Configurable implements NoiseProducer
| 构造器和说明 |
|---|
NoNoise() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 NoiseProducerimage - the image to add the noise tofactorOne - factorOnefactorTwo - factorTwofactorThree - factorThreefactorFour - factorFourCopyright © 2020. All rights reserved.