experiments with fresnel and shadergraph
[WindSway-HDRP.git] / Library / PackageCache / com.unity.postprocessing@2.1.6 / Documentation~ / Grain.md
blob1842e5a6ed946c7a1846a1198206022203a39b32
1 # Grain
3 Film grain is the random optical texture of photographic film due to the presence of small particles of the metallic silver (or dye clouds for colored films) in the film stock.
5 The **Grain** effect is based on a coherent gradient noise. It is commonly used to emulate the apparent imperfections of film and often exaggerated in horror themed games.
8 ![](images/grain.png)
11 ### Properties
13 | Property               | Function                                                     |
14 | :---------------------- | :------------------------------------------------------------ |
15 | Colored                | Enables the use of colored grain.                            |
16 | Intensity              | Grain strength. Higher means more visible grain.             |
17 | Size                   | Grain particle size.                                         |
18 | Luminance Contribution | Controls the noisiness response curve based on scene luminance. Lower values mean less noise in dark areas. |
20 ### Performances
22 Disabling `Colored` will make the effect run faster.
24 ### Requirements
26 - Shader Model 3
28 See the [Graphics Hardware Capabilities and Emulation](https://docs.unity3d.com/Manual/GraphicsEmulation.html) page for further details and a list of compliant hardware.