<?xml version="1.0"?>
<!DOCTYPE kpartgui>
<effect tag="chroma_hold" id="chroma_hold">
    <name>Chroma Keep</name>
    <description>Make image greyscale except for chosen color</description>
    <author>Charles Yates</author>
    <parameter type="color" name="key" default="0x000000ff" notintimeline="1">
        <name>Color key</name>
    </parameter>
    <parameter type="animated" name="variance" max="1.00" min="0.01" decimals="2" default="0.01" notintimeline="1">
        <name>Variance</name>
        <comment><![CDATA[Percentage of deviation from the selected color value.<br>
        Lower values keep the colors closer to the selected one; higher values include more colors.]]></comment>
    </parameter>
</effect>
