FDXTColor565

Helper struct for a 16 bit 565 color of a DXT1/3/5 block.

Windows
MacOS
Linux

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

Name Description

Public variable

uint16: 5

 

B

Blue component, 5 bit.

Public variable

uint16: 6

 

G

Green component, 6 bit.

Public variable

uint16: 5

 

R

Red component, 5 bit

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss