Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Math/Float16Color.h |
Include |
#include "Math/Float16Color.h" |
class FFloat16Color
RGBA Color made up of FFloat16
Name | Description | |
---|---|---|
|
FFloat16Color() |
Default constructor |
|
FFloat16Color ( |
Copy constructor. |
|
FFloat16Color ( |
Constructor from a linear color. |
Name | Description | ||
---|---|---|---|
|
const FLinea... |
GetFloats() |
|
|
uint16 * |
GetFourHalves() |
Get as a pointer to four half floats |
|
const uint16... |
GetFourHalves() |
Name | Description | ||
---|---|---|---|
|
FFloat16Colo... |
operator= ( |
Assignment operator |
|
operator== ( |
Checks whether two colors are identical. |