Skip to content

Commit 64defcf

Browse files
authored
Update Vignette.md
Edited document and linked to manual.
1 parent 3ba10ab commit 64defcf

File tree

1 file changed

+20
-23
lines changed

1 file changed

+20
-23
lines changed

Documentation~/Vignette.md

Lines changed: 20 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,16 @@
11
# Vignette
22

3-
In Photography, vignetting is the term used for the darkening and/or desaturating towards the edges of an image compared to the center. This is usually caused by thick or stacked filters, secondary lenses, and improper lens hoods. It is also often used for artistic effect, such as to draw focus to the center of an image.
3+
The **Vignette** effect darkens the edges of an image, leaving the center of the image brighter. For more information on the Vignette effect, see the [Vignette](https://docs.unity3d.com/Manual/PostProcessing-Vignette.html) documentation in the Unity manual.
44

5+
The Vignette effect in the post-processing stack has two modes:
56

6-
![](images/screenshot-vignette.png)
7+
- [Classic](#classic)
8+
- [Masked](#masked)
79

810

9-
The Vignette effect in the post-processing stack comes in 2 modes:
10-
11-
- Classic
12-
- Masked
13-
14-
### Requirements
15-
16-
- Shader Model 3
17-
18-
See the [Graphics Hardware Capabilities and Emulation](https://docs.unity3d.com/Manual/GraphicsEmulation.html) page for further details and a list of compliant hardware.
19-
2011
## Classic
2112

22-
Classic mode offers parametric controls for the position, shape and intensity of the Vignette. This is the most common way to use the effect.
13+
Classic mode has parametric controls for the position, shape and intensity of the Vignette. This is the most common way to use the effect.
2314

2415

2516
![](images/vignette-1.png)
@@ -29,12 +20,12 @@ Classic mode offers parametric controls for the position, shape and intensity of
2920

3021
| Property | Function |
3122
| -------------- | ------------------------------------------------------------ |
32-
| Color | Vignette color. |
33-
| Center | Sets the vignette center point (screen center is [0.5,0.5]). |
34-
| Intensity | Amount of vignetting on screen. |
35-
| Smoothness | Smoothness of the vignette borders. |
36-
| Roundness | Lower values will make a more squared vignette. |
37-
| Rounded | Should the vignette be perfectly round or be dependent on the current aspect ratio? |
23+
| Color | Set the color of the Vignette. |
24+
| Center | Set the Vignette center point (screen center is [0.5,0.5]). |
25+
| Intensity | Set the amount of vignetting on screen. |
26+
| Smoothness | Set the smoothness of the Vignette borders. |
27+
| Roundness | Set the value to round the Vignette. Lower values will make a more squared vignette. |
28+
| Rounded | Enable this checkbox to make the vignette perfectly round. When disable, the Vignette effect is dependent on the current aspect ratio. |
3829

3930
## Masked
4031

@@ -48,6 +39,12 @@ Masked mode multiplies a custom texture mask over the screen to create a Vignett
4839

4940
| Property | Function |
5041
| :------------- | :------------------------------------------------------- |
51-
| Color | Vignette color. Use the alpha channel for transparency. |
52-
| Mask | A black and white mask to use as a vignette. |
53-
| Intensity | Mask opacity. |
42+
| Color | Set the color of the Vignette. Use the alpha channel for transparency. |
43+
| Mask | Select a black and white mask to use as a vignette. |
44+
| Intensity | Set the mask opacity value. |
45+
46+
### Requirements
47+
48+
- Shader Model 3
49+
50+
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)