Warning, /multimedia/kdenlive/data/effects/frei0r/frei0r_sopsat.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.sopsat" id="frei0r.sopsat">
0005         <name>SOP/Sat</name>
0006         <description>Changes Slope, Offset, and Power of the color components, and the overall Saturation, according to the ASC CDL (Color Decision List).</description>
0007         <author>Simon A. Eugster (Granjow)</author>
0008         <parameter type="animated" name="rSlope" default="1" min="0" max="1000" factor="100">
0009             <name>Slope Red</name>
0010             <comment><![CDATA[Changing the slope means multiplying the pixel value with a constant value. Black pixels will remain black, whileas brighter ones will be changed.<br/>
0011                 All effects can be observed well when applied on a greyscale gradient and looking at the RGB Parade monitor.]]></comment>
0012         </parameter>
0013         <parameter type="animated" name="gSlope" default="1" min="0" max="1000" factor="100">
0014             <name>Slope Green</name>
0015         </parameter>
0016         <parameter type="animated" name="bSlope" default="1" min="0" max="1000" factor="100">
0017             <name>Slope Blue</name>
0018         </parameter>
0019         <parameter type="animated" name="aSlope" default="1" min="0" max="1000" factor="100">
0020             <name>Slope Alpha</name>
0021         </parameter>
0022         <parameter type="animated" name="rOffset" default="0" min="-1024" max="1024" factor="256">
0023             <name>Offset Red</name>
0024             <comment>Changing the offset lifts (or lowers) the brightness of each pixel by the given value.</comment>
0025         </parameter>
0026         <parameter type="animated" name="gOffset" default="0" min="-1024" max="1024" factor="256">
0027             <name>Offset Green</name>
0028         </parameter>
0029         <parameter type="animated" name="bOffset" default="0" min="-1024" max="1024" factor="256">
0030             <name>Offset Blue</name>
0031         </parameter>
0032         <parameter type="animated" name="aOffset" default="0" min="-1024" max="1024" factor="256">
0033             <name>Offset Alpha</name>
0034         </parameter>
0035         <parameter type="animated" name="rPower" default="1" min="1" max="1000" factor="100">
0036             <name>Power Red</name>
0037             <comment><![CDATA[Changes the Gamma value for the selected channel. Black and white pixel values will not be affected, but everything between.<br/>
0038                 Mathematically, what happens is an exponentiation of the pixel brightness on <code>[0,1]</code> by the gamma value.]]></comment>
0039         </parameter>
0040         <parameter type="animated" name="gPower" default="1" min="1" max="1000" factor="100">
0041             <name>Power Green</name>
0042         </parameter>
0043         <parameter type="animated" name="bPower" default="1" min="1" max="1000" factor="100">
0044             <name>Power Blue</name>
0045         </parameter>
0046         <parameter type="animated" name="aPower" default="1" min="1" max="1000" factor="100">
0047             <name>Power Alpha</name>
0048         </parameter>
0049         <parameter type="animated" name="saturation" default="1" min="0" max="500" factor="100">
0050             <name>Overall Saturation</name>
0051             <comment>The overall saturation will be changed in the last step of this filter.</comment>
0052         </parameter>
0053     </effect>
0054     <effect LC_NUMERIC="C" tag="frei0r.sopsat" id="frei0r.sopsat" version="0.2">
0055         <name>SOP/Sat</name>
0056         <description>Changes Slope, Offset, and Power of the color components, and the overall Saturation, according to the ASC CDL (Color Decision List).</description>
0057         <author>Simon A. Eugster (Granjow)</author>
0058         <parameter type="animated" name="rSlope" default="0.05" min="0" max="1000" factor="1000">
0059             <name>Slope Red</name>
0060             <comment><![CDATA[Changing the slope means multiplying the pixel value with a constant value. Black pixels will remain black, whileas brighter ones will be changed.<br/>
0061                 All effects can be observed well when applied on a greyscale gradient and looking at the RGB Parade monitor.]]></comment>
0062         </parameter>
0063         <parameter type="animated" name="gSlope" default="0.05" min="0" max="1000" factor="1000">
0064             <name>Slope Green</name>
0065         </parameter>
0066         <parameter type="animated" name="bSlope" default="0.05" min="0" max="1000" factor="1000">
0067             <name>Slope Blue</name>
0068         </parameter>
0069         <parameter type="animated" name="aSlope" default="0.05" min="0" max="1000" factor="1000">
0070             <name>Slope Alpha</name>
0071         </parameter>
0072         <parameter type="animated" name="rOffset" default="0.5" min="0" max="2048" factor="2048">
0073             <name>Offset Red</name>
0074             <comment>Changing the offset lifts (or lowers) the brightness of each pixel by the given value.</comment>
0075         </parameter>
0076         <parameter type="animated" name="gOffset" default="0.5" min="0" max="2048" factor="2048">
0077             <name>Offset Green</name>
0078         </parameter>
0079         <parameter type="animated" name="bOffset" default="0.5" min="0" max="2048" factor="2048">
0080             <name>Offset Blue</name>
0081         </parameter>
0082         <parameter type="animated" name="aOffset" default="0.5" min="0" max="2048" factor="2048">
0083             <name>Offset Alpha</name>
0084         </parameter>
0085         <parameter type="animated" name="rPower" default="0.05" min="0" max="1000" factor="1000">
0086             <name>Power Red</name>
0087             <comment><![CDATA[Changes the Gamma value for the selected channel. Black and white pixel values will not be affected, but everything between.<br/>
0088                 Mathematically, what happens is an exponentiation of the pixel brightness on <code>[0,1]</code> by the gamma value.]]></comment>
0089         </parameter>
0090         <parameter type="animated" name="gPower" default="0.05" min="0" max="1000" factor="1000">
0091             <name>Power Green</name>
0092         </parameter>
0093         <parameter type="animated" name="bPower" default="0.05" min="0" max="1000" factor="1000">
0094             <name>Power Blue</name>
0095         </parameter>
0096         <parameter type="animated" name="aPower" default="0.05" min="0" max="1000" factor="1000">
0097             <name>Power Alpha</name>
0098         </parameter>
0099         <parameter type="animated" name="saturation" default="0.1" min="0" max="1000" factor="1000">
0100             <name>Overall Saturation</name>
0101             <comment>The overall saturation will be changed in the last step of this filter.</comment>
0102         </parameter>
0103     </effect>
0104 </group>