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

0001 <?xml version="1.0"?>
0002 <!DOCTYPE kpartgui>
0003 <effect tag="shape" id="shape">
0004     <name>Shape Alpha</name>
0005     <description>Create an alpha channel (transparency) based on another resource</description>
0006     <author>Charles Yates</author>
0007     <parameter type="url" name="resource" filter="Video files (*)">
0008         <name>Image or video resource</name>
0009     </parameter>
0010     <parameter type="constant" name="mix" max="100" min="0" default="100" suffix="%">
0011         <name>Threshold</name>
0012         <comment>Convert alpha or luma values below this level as opaque and above this level as transparent. This is mostly useful for luma wipe images.</comment>
0013     </parameter>
0014     <parameter type="constant" name="softness" max="1" min="0" default="0.1" decimals="2">
0015         <name>Softness</name>
0016         <comment>When using mix (threshold) how soft to make the edge around the threshold. 0.0 = no softness, 1.0 = too soft.</comment>
0017     </parameter>
0018     <parameter type="bool" name="invert" default="0" min="0" max="1">
0019         <name>Invert</name>
0020         <comment>Use the inverse of the alpha or luma value.</comment>
0021     </parameter>
0022     <parameter type="bool" name="use_luminance" default="0" min="0" max="1">
0023         <name>Use Luma</name>
0024         <comment>Use the image luma instead of the alpha channel.</comment>
0025     </parameter>
0026     <parameter type="bool" name="use_mix" default="1" min="0" max="1">
0027         <name>Use Threshold</name>
0028         <comment>Whether to apply a threshold filter to the luma or alpha or not. If not, luma or alpha value of the resource (File) is copied to the alpha channel.</comment>
0029     </parameter>
0030 </effect>