Revision 8682 org.gvsig.raster/branches/org.gvsig.raster.2.4/org.gvsig.raster/org.gvsig.raster.lib/org.gvsig.raster.lib.legend/org.gvsig.raster.lib.legend.impl/src/main/resources/org/gvsig/raster/lib/legend/impl/operations/colorbalancergb/ColorBalanceRGBOperationParameters.xml

View differences:

ColorBalanceRGBOperationParameters.xml
10 10
      <fields>
11 11
        <field name="color_interpretation" type="object" mandatory="true" group="Basic" classOfValue="org.gvsig.raster.lib.legend.api.colorinterpretation.ColorInterpretation" hidden="true">
12 12
          <description></description>
13
          <tags>
14
            <valueItem name="lookupParameter" value="output_color_interpretation" />
15
          </tags>
16
          <description></description>
13 17
        </field>
14
        <field name="red" type="integer" mandatory="true" group="Basic" minValue="0" maxValue="100">
18
        <field name="red" type="integer" mandatory="true" group="Basic" minValue="0" maxValue="100" defaultValue="50">
15 19
          <description></description>
16 20
        </field>
17
        <field name="green" type="integer" mandatory="true" group="Basic" minValue="0" maxValue="100">
21
        <field name="green" type="integer" mandatory="true" group="Basic" minValue="0" maxValue="100" defaultValue="50">
18 22
          <description></description>
19 23
        </field>
20
        <field name="blue" type="integer" mandatory="true" group="Basic" minValue="0" maxValue="100">
24
        <field name="blue" type="integer" mandatory="true" group="Basic" minValue="0" maxValue="100" defaultValue="50">
21 25
          <description></description>
22 26
        </field>
23 27
        <field name="luminosity" type="boolean" mandatory="false" group="Basic" defaultValue="false">

Also available in: Unified diff