Navigation
Unreal Engine C++ API Reference > Runtime > Core > Math > FLinearColor
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 |
static FLinearColor FromPow22Color
&40;
const FColor & Color
&41;
Remarks
Converts an FColor coming from an observed Pow(1/2.2) output, into a linear color.
Parameters
Name | Description |
---|---|
Color | The Pow(1/2.2) color that needs to be converted into linear space. |