Composition Blend Modes

For Kdenlive, some composition types are basically blending modes (see there for a detailed description).

../../_images/compositions-blend_modes-timeline.gif

Changing the composition Blend Mode

You can change the Blend Mode by selecting from the Composition Type drop-down list.

The following table below lists the composition types and their blending mode counterpart in Composition Type Cairo Blend:

Composition Type

Příklad

Režim mísení

Sčítání /
addition_alpha
../../_images/composition_method-addition.webp
Přidat
Perform an RGB[A] addition or addition_alpha operation of the pixel sources (frei0r.addition and frei0r.addition_alpha, respectively)

Vypálit

../../_images/composition_method-burn.webp
Color Burn
Perform an RGB[A] dodge operation between the pixel sources[1] (frei0r.burn)

Color Only

../../_images/composition_method-color_only.webp
No equivalent
Perform a conversion to color only of the source input 1 using the hue and saturation values of input 2 (frei0r.color_only)

Ztmavit

../../_images/composition_method-darken.webp
Ztmavit
Perform a darken operation between two sources (minimum value for both sources) (frei0r.darken)

Rozdíl

../../_images/composition_method-difference.webp
Rozdíl
Perform an RGB[A] difference operation between the pixel sources. (frei0r.difference)

Dělit

../../_images/composition_method-divide.webp
No equivalent
Perform an RGB[A] divide operation between the pixel sources[2] (frei0r.divide)

Dodge

../../_images/composition_method-dodge.webp
Color Dodge
Perform an RGB[A] dodge operation between the pixel sources[3] (frei0r.dodge)

Grain Extract

../../_images/composition_method-grain_extract.webp
No equivalent
Perform an RGB[A] grain-extract operation between the pixel sources (frei0r.grain_extract)

Grain Merge

../../_images/composition_method-grain_merge.webp
No equivalent
Perform an RGB[A] grain-merge operation between the pixel sources (frei0r.grain_merge)

Hardlight

../../_images/composition_method-hardlight.webp
Hard light
Perform an RGB[A] hardlight operation between the pixel sources (frei0r.hardlight)

Tón

../../_images/composition_method-hue.webp
HSL hue
Perform a conversion to hue only of the source input1 using the hue of input2 (frei0r.hue)

Zesvětlit

../../_images/composition_method-lighten.webp
Zesvětlit
Perform a lighten operation between two sources (maximum value of both sources) (frei0r.lighten)

Násobit

../../_images/composition_method-multiply.webp
Násobit
Perform an RGB[A] multiply operation between the pixel sources (frei0r.multiply)

Přesah

../../_images/composition_method-overlay.webp
Přesah
Perform an RGB[A] overlay operation between the pixel sources[4] (frei0r.overlay)

Nasycení

../../_images/composition_method-saturation.webp
HSL saturation
Perform a conversion to saturation only of the source input1 using the saturation level of input2 (frei0r.saturation)

Obrazovka

../../_images/composition_method-screen.webp
Obrazovka
Perform an RGB[A] screen operation between the pixel sources[5] effectively using black as the alpha channel (frei0r.screen)

Softlight

../../_images/composition_method-softlight.webp
Soft light
Perform an RGB[A] softlight operation between the pixel sources (frei0r.softlight)

Odečíst

../../_images/composition_method-subtract.webp
No equivalent
Perform an RGB[A] subtract operation of the pixel source input2 from input1 (frei0r.subtract)