Navigation
Unreal Engine C++ API Reference > Runtime > Core > Math > FColor
Type | Name | Description | |
---|---|---|---|
FColor () |
Constructors. | ||
FColor
(
EForceInit |
|||
FColor
(
uint32 InColor |
|||
FColor
(
const FLinearColor& LinearColor |
Please use .ToFColor(true) on FLinearColor if you wish to convert from FLinearColor to FColor, with proper sRGB conversion applied. | ||
constexpr | FColor
(
uint8 InR, |
Put these into the body for proper ordering with INTEL vs non-INTEL_BYTE_ORDER |