This file is indexed.

/usr/share/kdenlive/effects/chroma.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
<!DOCTYPE kpartgui>
<effect tag="chroma" id="chroma">
	<name>Chroma Key</name>
	<description>Make selected color transparent</description>
	<author>Charles Yates</author>
	<parameter type="color" name="key" default="0x0000ffff">
		<name>Color key</name>
	</parameter>
	<parameter type="constant" name="variance" max="1000" min="0" factor="1000" default="150">
		<name>Variance</name>
	</parameter>
</effect>