<!--
(C) Copyright 1996-2016 ECMWF.
This software is licensed under the terms of the Apache Licence Version 2.0
which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
In applying this licence, ECMWF does not waive the privileges and immunities
granted to it by virtue of its status as an intergovernmental organisation nor
does it submit to any jurisdiction.
-->
<magics>
    <class inherits="ColourTechnique" name="GradientsColourTechnique" directory="visualisers" action="pcont">
        <parameter member="colours"
            to="stringarray"
            default="stringarray()"
            from="stringarray"
            name="contour_gradients_colour_list">
            <documentation>Colour used at the stops : the gradeint will be calculated between 2 consecutive ones.</documentation>
        </parameter>
        <parameter member="stop_method"
            to="string"
            default="both"
            from="string"
            name="contour_gradients_waypoint_method"
            values='both/ignore/left/right'>
            <documentation>waypoints at the left, right, middle of the interval.</documentation>
        </parameter>
        <parameter member="technique"
            to="string"
            default="rgb"
            from="string"
            name="contour_gradients_technique"
            values='rgb/hcl/hsl'>
            <documentation>Technique to apply to compute the gradients rgb/hcl/hsl</documentation>
        </parameter>
        <parameter member="technique_direction"
            to="string"
            default="clockwise"
            from="string"
            name="contour_gradients_technique_direction"
            values='clockwise/anti_clockwise/shortest/longest'>
            <documentation>Technique to apply to compute the gradients clockwise/anticlockwise</documentation>
        </parameter>
        <parameter member="steps"
            to="intarray"
            default="intarray()"
            from="intarray"
            name="contour_gradients_step_list">
            <documentation>Number of steps to compute for each interval</documentation>
        </parameter>
    </class>
</magics>
