Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Math/Float16Color.h |
Include |
#include "Math/Float16Color.h" |
bool operator==
(
const FFloat16Color & Src
) const
Checks whether two colors are identical.
true if the two colors are identical, otherwise false.
Parameter |
Description |
---|---|
Src |
The other color. |