FFloat16Color

RGBA Color made up of [FFloat16](API\Runtime\Core\Math\FFloat16)

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/Float16Color.h

Include

#include "Math/Float16Color.h"

Syntax

class FFloat16Color

Remarks

RGBA Color made up of FFloat16

Variables

Name Description

Public variable

FFloat16

 

A

Public variable

FFloat16

 

B

Public variable

FFloat16

 

G

Public variable

FFloat16

 

R

Constructors

Name Description

Public function

FFloat16Color()

Default constructor

Public function

FFloat16Color

(
    const FFloat16Color& Src
)

Copy constructor.

Public function

FFloat16Color

(
    const FLinearColor& Src
)

Constructor from a linear color.

Operators

Name Description

Public function

FFloat16Colo...

 

operator=

(
    const FFloat16Color& Src
)

Assignment operator

Public function

bool

 

operator==

(
    const FFloat16Color& Src
)

Checks whether two colors are identical.

Public function Const

bool

 

operator==

(
    const FFloat16Color& Src
)

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