UKismetMathLibrary::LinearColor_SetFromPow22

Assigns 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

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Kismet/KismetMathLibrary.h

Include

#include "Kismet/KismetMathLibrary.h"

Source

/Engine/Source/Runtime/Engine/Classes/Kismet/KismetMathLibrary.inl

Syntax

static void LinearColor_SetFromPow22
(
    FLinearColor & InOutColor,
    const FColor & InColor
)

Remarks

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

Parameters

Parameter

Description

InColor

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