Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/FLinearColor
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/Color.h |
Include | #include "Math/Color.h" |
static FLinearColor FromSRGBColor
&40;
const FColor & Color
&41;
Remarks
Converts an FColor coming from an observed sRGB output, into a linear color.
Parameters
Name | Description |
---|---|
Color | The sRGB color that needs to be converted into linear space. |