Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math
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
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Default constructor | ||
![]() |
FFloat16Color
(
const FFloat16Color& Src |
Copy constructor. | |
![]() |
FFloat16Color
(
const FLinearColor& Src |
Constructor from a linear color. |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
const FLinearColor | GetFloats () |
|
![]() |
uint16 * | Get as a pointer to four half floats | |
![]() ![]() |
const uint16 * |
Operators
Type | Name | Description | |
---|---|---|---|
![]() |
FFloat16Color & | operator=
(
const FFloat16Color& Src |
Assignment operator |
![]() ![]() |
bool | operator==
(
const FFloat16Color& Src |
Checks whether two colors are identical. |