API ReferenceSandbox
ChromaticAberrationclass
Applies a chromatic aberration effect to the camera
Constructors1
Showing 1 constructors
public ChromaticAberration()
No results match this filter.
Methods1
Showing 1 methods
public virtual void Render()
Returns:
void—No results match this filter.
Properties2
Showing 2 properties
public Vector3 Sandbox.ChromaticAberration.Offset { get; set; }
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
public float Sandbox.ChromaticAberration.Scale { get; set; }
Strength of the chromatic aberration effect
Returns:
float—No results match this filter.