# Sandbox.ChromaticAberration

Applies a chromatic aberration effect to the camera

- Kind: class
- Namespace: `Sandbox`
- Assembly: `Sandbox.Engine`
- Inherits: [Sandbox.BasePostProcess<T>](/api/Sandbox.BasePostProcess<T>)
- Modifiers: sealed

## Constructors

- [`ChromaticAberration`](/api/Sandbox.ChromaticAberration/.ctor)

## Properties

- [`Offset`](/api/Sandbox.ChromaticAberration/Offset): The pixel offset for each color channel. These values should be very small as it's in UV space. (0.004 for example) X = Red Y = Green Z = Blue
- [`Scale`](/api/Sandbox.ChromaticAberration/Scale): Strength of the chromatic aberration effect

## Methods

- [`Render`](/api/Sandbox.ChromaticAberration/Render)
