Navigation
Unreal Engine C++ API Reference > Runtime > Core > Math
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/Color.h |
Include | #include "Math/Color.h" |
Syntax
struct FDXTColor16
Remarks
Helper struct for a 16 bit 565 color of a DXT1/3/5 block.
Variables
Type | Name | Description | |
---|---|---|---|
union FDXTColor16::@384 | @385 | ||
FDXTColor565 | Color565 | 565 Color | |
uint16 | Value | 16 bit entity representation for easy access. |