Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Math/Color.h |
Include |
#include "Math/Color.h" |
Source |
/Engine/Source/Runtime/Core/Private/Math/Color.cpp |
Creates a color value from the given hexadecimal string.
Supported formats are: RGB, RRGGBB, RRGGBBAA, RGB, #RRGGBB, #RRGGBBAA
The corresponding color value.
Parameter |
Description |
---|---|
HexString |
The hexadecimal string. |