struct ColorGradingSettings

Settings that control color grading post-process.

Public

Constructors

ColorGradingSettings

ColorGradingSettings() = 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

Saturation

Vector3 Saturation

Saturation to be applied during color grading.

Larger values increase vibrancy of the image. In range [0.0f, 2.0f].

Contrast

Vector3 Contrast

Contrast to be applied during color grading.

Larger values increase difference between light and dark areas of the image. In range [0.0f, 2.0f].

Gain

Vector3 Gain

Gain to be applied during color grading.

Simply increases all color values by an equal scale. In range [0.0f, 2.0f].

Offset

Vector3 Offset

Gain to be applied during color grading.

Simply offsets all color values by an equal amount. In range [-1.0f, 1.0f].