You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`blendFunction`| The blend function of this effect. This prop is not reactive. |[BlendFunction.SCREEN](https://github.com/pmndrs/postprocessing/blob/c3ce388be247916437a314f17748a75329d65df1/src/enums/BlendFunction.js#L40)|
33
+
|`premultiply`| Indicates whether noise will be multiplied with the input colors prior to blending |`false`|
34
+
35
+
36
+
## Further Reading
37
+
see [postprocessing docs](https://pmndrs.github.io/postprocessing/public/docs/class/src/effects/NoiseEffect.js~NoiseEffect.html)
0 commit comments