struct ChromaticAberrationSettingsBase

Base class used for both main and render thread variants of ChromaticAberrationSettings.

Public

Constructors

ChromaticAberrationSettingsBase

ChromaticAberrationSettingsBase() = default

Fields

Enabled

bool Enabled

Enables or disables the effect.

Type

Type of algorithm to use for rendering the effect.

ShiftAmount

float ShiftAmount

Determines the brightness of the lens flare effect.

Value of 1 means the lens flare will be displayed at the same intensity as the scene it was derived from. In range [0, 1], default being 0.05.

Protected

Methods

~ChromaticAberrationSettingsBase

~ChromaticAberrationSettingsBase() noexcept = default