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 FDXTColor565
Remarks
Helper struct for a 16 bit 565 color of a DXT1/3/5 block.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
uint16: 5 | B | Blue component, 5 bit. |
![]() |
uint16: 6 | G | Green component, 6 bit. |
![]() |
uint16: 5 | R | Red component, 5 bit |