Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Kismet > UKismetMathLibrary
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 |
static void LinearColor_SetFromSRGB
&40;
FLinearColor & InOutColor,
const FColor & InSRGB
&41;
Remarks
Assigns an FColor coming from an observed sRGB output, into a linear color.
Parameters
Name | Description |
---|---|
InSRGB | The sRGB color that needs to be converted into linear space. |