Skip to content

Commit 85ac302

Browse files
authored
Updated Grain.md
Edited and styled document.
1 parent 44716c5 commit 85ac302

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Documentation~/Grain.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Grain
22

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.
4-
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.
3+
The **Grain** effect emulates the effect that real-world cameras produce where small particles in the camera’s film give the image a coarse, unprocessed effect. The **Grain** effect available in Unity is based on a coherent gradient noise.
64

75

86
![](images/grain.png)
@@ -12,17 +10,17 @@ The **Grain** effect is based on a coherent gradient noise. It is commonly used
1210

1311
| Property | Function |
1412
| :---------------------- | :------------------------------------------------------------ |
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. |
13+
| Colored | Enable the checkbox to use colored grain. |
14+
| Intensity | Set the value of the **Grain** strength. Higher values show more visible grain. |
15+
| Size | Set the value of the **Grain** particle size. |
16+
| Luminance Contribution | Set the value to control the noisiness response curve. This value is based on scene luminance. Lower values mean less noise in dark areas. |
1917

20-
### Performances
18+
### Performance
2119

22-
Disabling `Colored` will make the effect run faster.
20+
Disabling `Colored` will make the Grain effect run faster.
2321

2422
### Requirements
2523

2624
- Shader Model 3
2725

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.
26+
See the [Graphics Hardware Capabilities and Emulation](https://docs.unity3d.com/Manual/GraphicsEmulation.html) page for further details and a list of compliant hardware.

0 commit comments

Comments
 (0)