Class Vignette
This class holds settings for the Vignette effect.
Inherited Members
Namespace: UnityEngine .Rendering.PostProcessing
Assembly: solution.dll
Syntax
[Serializable]
public sealed class Vignette : PostProcessEffectSettings
Fields
Name | Description |
---|---|
center | Sets the vignette center point (screen center is |
color | The color to use to tint the vignette. |
intensity | The amount of vignetting on screen. |
mask | A black and white mask to use as a vignette. |
mode | Use the "Classic" mode for parametric controls. Use the "Masked" mode to use your own texture mask. |
opacity | Mask opacity. |
rounded | Should the vignette be perfectly round or be dependent on the current aspect ratio? |
roundness | Lower values will make a square-ish vignette. |
smoothness | The smoothness of the vignette borders. |
Methods
Name | Description |
---|---|
Is |
Returns |