ERGBFormat

Enumerates the types of RGB formats this class can handle.

Windows
MacOS
Linux

References

Module

ImageWrapper

Header

/Engine/Source/Runtime/ImageWrapper/Public/IImageWrapper.h

Include

#include "IImageWrapper.h"

Syntax

enum ERGBFormat
{
    Invalid    = -1,
    RGBA       = 0,
    BGRA       = 1,
    Gray       = 2,
}

Values

Name

Description

Invalid

RGBA

BGRA

Gray

Remarks

Enumerates the types of RGB formats this class can handle.

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