Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/FLinearColor > API/Runtime/Core/Math/FLinearColor/__ctor
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/Color.h |
Include | #include "Math/Color.h" |
constexpr FLinearColor
&40;
const FColor & Color
&41;
Remarks
Converts an FColor which is assumed to be in sRGB space, into linear color space.
Parameters
Name | Description |
---|---|
Color | The sRGB color that needs to be converted into linear space. to get direct conversion use ReinterpretAsLinear |