Warning, /multimedia/kdenlive/data/effects/frei0r/frei0r_colorize.xml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0"?>
0002 <!DOCTYPE kpartgui>
0003 <group>
0004     <effect tag="frei0r.colorize" id="frei0r.colorize">
0005         <name context="Colorize Effect Name">Colorize</name>
0006         <description>Colorizes image to selected hue, saturation and lightness</description>
0007         <author>Janne Liljeblad</author>
0008         <parameter type="animated" name="hue" default="0.5" min="0" max="360" factor="360">
0009             <name>Hue</name>
0010             <comment>Color shade of the colorized image.</comment>
0011         </parameter>
0012         <parameter type="animated" name="saturation" default="0.5" min="0" max="360" factor="360">
0013             <name>Saturation</name>
0014             <comment>Amount of color in the colorized image.</comment>
0015         </parameter>
0016         <parameter type="animated" name="lightness" default="0.5" min="0" max="360" factor="360">
0017             <name>Lightness</name>
0018             <comment>Lightness of the colorized image.</comment>
0019         </parameter>
0020     </effect>
0021 </group>