# Sandbox.Rendering.GradientFogSetup

Setup for defining gradient fog in a view

- Kind: struct
- Namespace: `Sandbox.Rendering`
- Assembly: `Sandbox.Engine`
- Modifiers: sealed

## Properties

- [`Color`](/api/Sandbox.Rendering.GradientFogSetup/Color): The color of the gradient fog.
- [`DistanceFalloffExponent`](/api/Sandbox.Rendering.GradientFogSetup/DistanceFalloffExponent): The exponent controlling the distance-based falloff of the fog.
- [`Enabled`](/api/Sandbox.Rendering.GradientFogSetup/Enabled): Whether the fog is enabled.
- [`EndDistance`](/api/Sandbox.Rendering.GradientFogSetup/EndDistance): End distance of the fog.
- [`EndHeight`](/api/Sandbox.Rendering.GradientFogSetup/EndHeight): The ending height of the gradient fog.
- [`MaximumOpacity`](/api/Sandbox.Rendering.GradientFogSetup/MaximumOpacity): The maximum opacity of the gradient fog.
- [`StartDistance`](/api/Sandbox.Rendering.GradientFogSetup/StartDistance): Start distance of the fog.
- [`StartHeight`](/api/Sandbox.Rendering.GradientFogSetup/StartHeight): The starting height of the gradient fog.
- [`VerticalFalloffExponent`](/api/Sandbox.Rendering.GradientFogSetup/VerticalFalloffExponent): The exponent controlling the vertical falloff of the fog.

## Methods

- [`LerpTo`](/api/Sandbox.Rendering.GradientFogSetup/LerpTo): Lerp this GradientFogSetup to a another, allowing transition states.
