]> git.sesse.net Git - kdenlive/blobdiff - effects/tcolor.xml
Integrate with the required MLT hooks for getting Movit to work.
[kdenlive] / effects / tcolor.xml
index f6b88482ae2a5a5e8837abb0721babb7bbb935ee..03454a0c4ff7f1708d6919e26c68e48cc648bdd1 100644 (file)
@@ -1,13 +1,12 @@
 <!DOCTYPE kpartgui>
-<effect tag="tcolor">
+<effect tag="tcolor" id="tcolor" type="video" unique="1">
        <name>Technicolor</name>
-       <description>Oversaturate Colors</description>
-        <author>Marco Gittler</author>
-       <properties id="tcolor" tag="tcolor" />
-       <parameter type="constant" name="oversaturate_cb" max="255" min="-255" default="190">
-               <name>oversaturate_cb</name>
+       <description>Oversaturate the color in video, like in old Technicolor movies</description>
+       <author>Marco Gittler</author>
+       <parameter type="double" name="oversaturate_cr" max="400" min="-400" default="190">
+               <name>Blue/Yellow axis</name>
        </parameter>
-       <parameter type="constant" name="oversaturate_cr" max="255" min="-255" default="190">
-               <name>oversaturate_cr</name>
+       <parameter type="double" name="oversaturate_cb" max="400" min="-400" default="190">
+               <name>Red/Green axis</name>
        </parameter>
 </effect>