<?xml version="1.0"?>
<!DOCTYPE kpartgui>
<effect tag="strobe" id="strobe">
    <name>Alpha Strobing</name>
    <description>Strobes the alpha channel to 0. Many other filters overwrite the alpha channel, in that case this needs to be last.</description>
    <author> Martin Sandsmark</author>
    <parameter type="bool" name="strobe_invert" default="0" min="0" max="1">
        <name>Invert</name>
        <comment>Whether to invert which frames are on and which is off</comment>
    </parameter>
    <parameter type="keyframe" name="interval" max="100" min="1" default="1">
        <name>Interval</name>
        <comment>Duration of strobe</comment>
    </parameter>
</effect>
