EDatasmithCompositeCompMode

Classic blend modes used in image editors

Windows
MacOS
Linux

References

Module

DatasmithCore

Header

/Engine/Source/Runtime/Datasmith/DatasmithCore/Public/DatasmithDefinitions.h

Include

#include "DatasmithDefinitions.h"

Syntax

enum EDatasmithCompositeCompMode
{
    Alpha,
    Average,
    Add,
    Sub,
    Mult,
    Burn,
    Dodge,
    Darken,
    Difference,
    Exclusion,
    HardLight,
    Lighten,
    Screen,
    LinearBurn,
    LinearDodge,
    LinearLight,
    Overlay,
    PinLight,
    SoftLight,
    Hue,
    Saturation,
    Color,
    Value,
}

Values

Name

Description

Alpha

Average

Add

Sub

Mult

Burn

Dodge

Darken

Difference

Exclusion

HardLight

Lighten

Screen

LinearBurn

LinearDodge

LinearLight

Overlay

PinLight

SoftLight

Hue

Saturation

Color

Value

Remarks

Classic blend modes used in image editors

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