Statistics
| Revision:

svn-gvsig-desktop / 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 @ 43849

History | View | Annotate | Download (1.96 KB)

1
<?xml version="1.0"?>
2
<definitions>
3
  <version>1.0.0</version>
4
  <classes>
5

    
6
    <class name="ColorBalanceRGBOperationParameters">
7
       <extends>
8
      </extends>
9
      <description>ColorBalanceRGBOperationParameters</description>
10
      <fields>
11
        <field name="color_interpretation" type="object" mandatory="true" group="Basic" classOfValue="org.gvsig.raster.lib.legend.api.colorinterpretation.ColorInterpretation" hidden="true">
12
          <description></description>
13
          <tags>
14
            <valueItem name="lookupParameter" value="output_color_interpretation" />
15
          </tags>
16
          <description></description>
17
        </field>
18
        <field name="red" type="integer" mandatory="true" group="Basic" minValue="0" maxValue="100" defaultValue="50">
19
          <description>Integer value [-100,100]</description>
20
        </field>
21
        <field name="green" type="integer" mandatory="true" group="Basic" minValue="0" maxValue="100" defaultValue="50">
22
          <description>Integer value [-100,100]</description>
23
        </field>
24
        <field name="blue" type="integer" mandatory="true" group="Basic" minValue="0" maxValue="100" defaultValue="50">
25
          <description>Integer value [-100,100]</description>
26
        </field>
27
        <field name="luminosity" type="boolean" mandatory="false" group="Basic" defaultValue="false">
28
          <description>Marked if it must copy the unprocessed bands</description>
29
        </field>
30
        <field name="copy_unprocessed_bands" type="boolean" mandatory="false"
31
          defaultValue="true" group="Basic">
32
          <description>Marked if it must copy the unprocessed bands</description>
33
        </field>
34
        <field name="output_color_interpretation" type="object" mandatory="false" group="Basic"
35
          classOfValue="org.gvsig.raster.lib.legend.api.colorinterpretation.ColorInterpretation"
36
          hidden="true">
37
          <description></description>
38
        </field>
39

    
40

    
41
      </fields>
42
    </class>
43

    
44
  </classes>
45
</definitions>