struct FilmGrainSettings

Settings that control the film grain effect.

Film grains adds a time-varying noise effect over the entire image.

Public

Constructors

FilmGrainSettings

FilmGrainSettings() noexcept = default

Methods

staticGetRttiStatic

static RTTIType *GetRttiStatic()

GetRtti

RTTIType *GetRtti() const override

Returns an interface you can use to access class' Run Time Type Information.

Fields

Enabled

bool Enabled

Enables or disables the effect.

Intensity

float Intensity

Controls how intense are the displayed film grains.

Speed

float Speed

Controls at what speed do the film grains change.