/usr/share/kdenlive/transitions/frei0r_cairoblend.xml is in kdenlive-data 16.12.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | <!DOCTYPE kpartgui>
<transition tag="frei0r.cairoblend" id="frei0r.cairoblend">
<name>Cairo Blend</name>
<description>Composites second input on the first input with user-defined blend mode and opacity.</description>
<author>Janne Liljeblad</author>
<parameter type="simplekeyframe" name="0" max="100" min="0" default="0=100" factor="100">
<name>Opacity</name>
</parameter>
<parameter type="list" name="1" default="normal" paramlist="normal;add;saturate;multiply;screen;overlay;darken;lighten;colordodge;colorburn;hardlight;softlight;difference;exclusion;hslhue;hslsaturation;hslcolor;hslluminosity" >
<paramlistdisplay>Normal,Add,Saturate,Multiply,Screen,Overlay,Darken,Lighten,Color dodge,Color burn,Hard light,Soft light,Difference,Exclusion,HSL hue,HSL saturation,HSL color,HSL luminosity</paramlistdisplay>
<name>Blend mode</name>
</parameter>
</transition>
|