class
ChromaticAberration
public sealed class ChromaticAberration : BasePostProcess<T> Applies a chromatic aberration effect to the camera
Constructors
ChromaticAberration() Properties
| Name | Type | Description |
|---|---|---|
Scale | Single | Strength of the chromatic aberration effect |
Offset | Vector3 | 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 |
Methods
virtual Void Render()