Skip to content

RoyInterface / Exports / define/RoyBlendMode / RoyBlendMode

Enumeration: RoyBlendMode

define/RoyBlendMode.RoyBlendMode

Enum for blend modes used in RoyInterface.

Table of contents

Enumeration Members

Enumeration Members

NONE

NONE = 0

No blending.


NORMAL

NORMAL = 1

Normal blending.


TRANSPARENT

TRANSPARENT = 2

Transparent blending.


ALPHA_ADD

ALPHA_ADD = 3

Alpha add blending.


ADD

ADD = 4

Additive blending.


ADD2

ADD2 = 5

Second additive blending.


INVERSE_ALPHA

INVERSE_ALPHA = 6

Inverse alpha blending.


BLAZE

BLAZE = 7

Blaze blending.


OVERLAY

OVERLAY = 8

Overlay blending.


COLOR_DEC

COLOR_DEC = 9

Color decrease blending.


COLOR_ADD

COLOR_ADD = 10

Color add blending.


COLOR_CLEAR

COLOR_CLEAR = 11

Color clear blending.