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" |
Syntax
static Pow22OneOver255Table;
Remarks
Static lookup table used for FColor -> FLinearColor conversion. Pow(2.2)
Pow table for fast FColor -> FLinearColor conversion.
FMath::Pow( i / 255.f, 2.2f )