FLinearColor::FromPow22Color

Converts an [FColor](API\Runtime\Core\Math\FColor) coming from an observed Pow(1/2.2) output, into a linear color.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Color.h"

Source

/Engine/Source/Runtime/Core/Private/Math/Color.cpp

Syntax

static FLinearColor FromPow22Color
(
    const FColor & Color
)

Remarks

Converts an FColor coming from an observed Pow(1/2.2) output, into a linear color.

Parameters

Parameter

Description

Color

The Pow(1/2.2) color that needs to be converted into linear space.

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