Navigation
API > API/Runtime > API/Runtime/ImageCore
Channel ordering for 8-bit formats.
| Name | UE::DDS::EChannelOrder |
| Type | enum |
| Header File | /Engine/Source/Runtime/ImageCore/Public/DDSFile.h |
| Include Path | #include "DDSFile.h" |
Syntax
namespace UE
{
namespace DDS
{
enum EChannelOrder
{
RGBA,
BGRA,
}
}
}
Values
| Name | Remarks |
|---|---|
| RGBA | |
| BGRA |