EGammaSpace

Enum for the different kinds of gamma spaces we expect to need to convert from/to.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/Color.h

Include

#include "Math/Color.h"

Syntax

enum EGammaSpace
{
    Linear,
    Pow22,
    sRGB,
}

Values

Name

Description

Linear

No gamma correction is applied to this space, the incoming colors are assumed to already be in linear space.

Pow22

A simplified sRGB gamma correction is applied, pow(1/2.2).

sRGB

Use the standard sRGB conversion.

Remarks

Enum for the different kinds of gamma spaces we expect to need to convert from/to.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss