12#ifndef __EDLIDOMBLEND_H__
13#define __EDLIDOMBLEND_H__
#define _END_EDL_DOM_NAMESPACE
Definition edlnamespaces.h:110
#define _BEGIN_EDL_DOM_NAMESPACE
Definition edlnamespaces.h:109
eBlendMode
An enum for transparency blend modes.
Definition edlblend.h:25
@ eBlendModeLighten
Selects the lighter of the backdrop and source colors.
Definition edlblend.h:38
@ eBlendModeUnspecified
Unspecified blend mode.
Definition edlblend.h:26
@ eBlendModeHardLight
Multiplies or screens the colors, depending on the source color value.
Definition edlblend.h:34
@ eBlendModeSaturation
Definition edlblend.h:44
@ eBlendModeDarken
Selects the darker of the backdrop and source colors.
Definition edlblend.h:37
@ eBlendModeLuminosity
Definition edlblend.h:48
@ eBlendModeDifference
Subtracts the darker of the two constituent colors from the lighter color.
Definition edlblend.h:39
@ eBlendModeColorDodge
Brightens the backdrop color to reflect the source color.
Definition edlblend.h:35
@ eBlendModeOverlay
Definition edlblend.h:31
@ eBlendModeColor
Definition edlblend.h:46
@ eBlendModeColorBurn
Darkens the backdrop color to reflect the source color.
Definition edlblend.h:36
@ eBlendModeExclusion
Definition edlblend.h:40
@ eBlendModeSoftLight
Darkens or lightens the colors, depending on the source color value.
Definition edlblend.h:33
@ eBlendModeMultiply
Multiplies the backdrop and source color values.
Definition edlblend.h:28
@ eBlendModeNormal
Selects the source color, ignoring the backdrop.
Definition edlblend.h:27
@ eBlendModeScreen
Definition edlblend.h:29
@ eBlendModeHue
Definition edlblend.h:42