Revision 43849 branches/org.gvsig.desktop-2018a/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.mapcontext/org.gvsig.fmap.mapcontext.impl/src/main/resources/org/gvsig/raster/lib/legend/impl/operations/colorbalancehsl/ColorBalanceHSLOperationParameters.xml

View differences:

ColorBalanceHSLOperationParameters.xml
16 16
          <description></description>
17 17
        </field>
18 18
        <field name="hue" type="double" mandatory="true" group="Basic" minValue="-180" maxValue="180" defaultValue="0">
19
          <description></description>
19
          <description>Double value [-180,180]</description>
20 20
        </field>
21 21
        <field name="lightness" type="double" mandatory="true" group="Basic" minValue="-100" maxValue="100" defaultValue="0">
22
          <description></description>
22
          <description>Double value [-100,100]</description>
23 23
        </field>
24 24
        <field name="saturation" type="double" mandatory="true" group="Basic" minValue="-100" maxValue="100" defaultValue="0">
25
          <description></description>
25
          <description>Double value [-100,100]</description>
26 26
        </field>
27 27
        <field name="copy_unprocessed_bands" type="boolean" mandatory="false"
28 28
          defaultValue="true" group="Basic">
29
          <description></description>
29
          <description>Marked if it must copy the unprocessed bands</description>
30 30
        </field>
31 31
        <field name="output_color_interpretation" type="object" mandatory="false" group="Basic"
32 32
          classOfValue="org.gvsig.raster.lib.legend.api.colorinterpretation.ColorInterpretation"

Also available in: Unified diff