FFloat16Color

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

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.

Functions

Name Description

Public function Const

const FLinea...

 

GetFloats()

Public function

uint16 *

 

GetFourHalves()

Get as a pointer to four half floats

Public function Const

const uint16...

 

GetFourHalves()

Operators

Name Description

Public function

FFloat16Colo...

 

operator=

(
    const FFloat16Color& Src
)

Assignment operator

Public function Const

bool

 

operator==

(
    const FFloat16Color& Src
)

Checks whether two colors are identical.

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