]> git.sesse.net Git - kdenlive/blobdiff - effects/tcolor.xml
Tag should be equal to id, otherwise it just doesn't work
[kdenlive] / effects / tcolor.xml
index 6d4bce76ad2a77f6707d04b93bbc8f91c779f9f9..f92df9f882703e01b28cdcac03fb2cbd6f4226b5 100644 (file)
@@ -1,12 +1,12 @@
 <!DOCTYPE kpartgui>
-<effect tag="oldfilm" id="tcolor" type="video" unique="1">
+<effect tag="tcolor" id="tcolor" type="video" unique="1">
        <name>Technicolor</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">
+       <parameter type="simplekeyframe" name="oversaturate_cr" max="400" min="-400" default="190">
                <name>Blue/Yellow axis</name>
        </parameter>
-       <parameter type="double" name="oversaturate_cb" max="400" min="-400" default="190">
+       <parameter type="simplekeyframe" name="oversaturate_cb" max="400" min="-400" default="190">
                <name>Red/Green axis</name>
        </parameter>
 </effect>