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/colorbalancergb/ColorBalanceRGBOperationParameters.xml

View differences:

ColorBalanceRGBOperationParameters.xml
16 16
          <description></description>
17 17
        </field>
18 18
        <field name="red" type="integer" mandatory="true" group="Basic" minValue="0" maxValue="100" defaultValue="50">
19
          <description></description>
19
          <description>Integer value [-100,100]</description>
20 20
        </field>
21 21
        <field name="green" type="integer" mandatory="true" group="Basic" minValue="0" maxValue="100" defaultValue="50">
22
          <description></description>
22
          <description>Integer value [-100,100]</description>
23 23
        </field>
24 24
        <field name="blue" type="integer" mandatory="true" group="Basic" minValue="0" maxValue="100" defaultValue="50">
25
          <description></description>
25
          <description>Integer value [-100,100]</description>
26 26
        </field>
27 27
        <field name="luminosity" type="boolean" mandatory="false" group="Basic" defaultValue="false">
28
          <description></description>
28
          <description>Marked if it must copy the unprocessed bands</description>
29 29
        </field>
30 30
        <field name="copy_unprocessed_bands" type="boolean" mandatory="false"
31 31
          defaultValue="true" group="Basic">
32
          <description></description>
32
          <description>Marked if it must copy the unprocessed bands</description>
33 33
        </field>
34 34
        <field name="output_color_interpretation" type="object" mandatory="false" group="Basic"
35 35
          classOfValue="org.gvsig.raster.lib.legend.api.colorinterpretation.ColorInterpretation"

Also available in: Unified diff