Mako 8.2.0 API
MakoCore SDK API Documentation
Loading...
Searching...
No Matches
edlblend.h
Go to the documentation of this file.
1/*
2* Copyright (C) 2008-2024 Global Graphics Software Ltd. All rights reserved.
3*/
4
11
12#ifndef __EDLIDOMBLEND_H__
13#define __EDLIDOMBLEND_H__
14
15#include <edl/edlnamespaces.h>
16
18
23
51
53
54#endif
55
EDL C++ namespace(s)
#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