Skip to content
Bakkeby edited this page Nov 20, 2025 · 1 revision
Noise parameters Argument Default value Notes
noise strength float, 0.0 to 1.0 0

Simple filter that adds noise by corrupting pixels. This means that the noise pixels will have more or less random colours.

Example:

Before

noise_before.jpg

Noise

{ effect = "noise", params = ( 0.10 ) },

noise_after.jpg

Also see:

Back to Filters.

Clone this wiki locally