White Noise layer
2D Generator - Generate a White Noise
This generator creates a similar procedural image of the classical Noise layer (but a lot smaller) using a Noise Function .
Another difference with the classical Noise layer is that you can’t scale it.
Also, you can only choose the central color (which means that a part of it will change, but you will still have white and black).
This generator can be used with some Blending Mode to add some grain on your image.
Variables:
- Transport: Control the noise animation
- Central Color: Control the central color (between black and white) to colorize your noise
- Hue Random: Control the amount of random in the Hue of each pixel
- Saturation Random: Control the amount of random in the Saturation of each pixel
- Lightness Random: Control the amount of random in the Lightness of each pixel
- Alpha Random: Control the amount of random in the Alpha of each pixel
Python
Oil.createObject("WhiteNoiseTextureGenerator")