# Sandbox.Vignette

Applies a vignette to the camera

- Kind: class
- Namespace: `Sandbox`
- Assembly: `Sandbox.Engine`
- Inherits: [Sandbox.BasePostProcess<T>](/api/Sandbox.BasePostProcess<T>)
- Modifiers: sealed

## Constructors

- [`Vignette`](/api/Sandbox.Vignette/.ctor)

## Properties

- [`Center`](/api/Sandbox.Vignette/Center): The center of the vignette in relation to UV space. This means a value of {0.5, 0.5} is the center of the screen
- [`Color`](/api/Sandbox.Vignette/Color): The color of the vignette or the "border"
- [`Intensity`](/api/Sandbox.Vignette/Intensity): How strong the vignette is. This is a value between 0 -> 1
- [`Roundness`](/api/Sandbox.Vignette/Roundness): How circular or round the vignette is
- [`Smoothness`](/api/Sandbox.Vignette/Smoothness): How much fall off or how blurry the vignette is

## Methods

- [`Render`](/api/Sandbox.Vignette/Render)
