File: tcolor.xml

package info (click to toggle)
kdenlive 25.12.2-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 126,184 kB
  • sloc: cpp: 206,938; xml: 11,894; python: 1,139; ansic: 1,054; javascript: 578; sh: 389; makefile: 15
file content (13 lines) | stat: -rw-r--r-- 590 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0"?>
<!DOCTYPE kpartgui>
<effect xmlns="https://www.kdenlive.org" 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="animated" name="oversaturate_cr" max="400" min="-400" default="190">
        <name>Blue/Yellow axis</name>
    </parameter>
    <parameter type="animated" name="oversaturate_cb" max="400" min="-400" default="190">
        <name>Red/Green axis</name>
    </parameter>
</effect>