FColor

Overload list

Windows
MacOS
Linux
Name Description

Public function

FColor()

Constructors.

Public function

FColor

(
    EForceInit
)

Public function

FColor

(
    uint32 InColor
)

Private function

FColor

(
    const FLinearColor& LinearColor
)

Please use .ToFColor(true) on FLinearColor if you wish to convert from FLinearColor to FColor, with proper sRGB conversion applied.

Public function

FColor

(
    uint8 InR,
    uint8 InG,
    uint8 InB,
    uint8 InA
)

Put these into the body for proper ordering with INTEL vs non-INTEL_BYTE_ORDER

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss