Revision 12091 trunk/extensions/extRasterTools-SE/src/org/gvsig/rastertools/properties/panels/TranspByPixelRGBInputPanel.java

View differences:

TranspByPixelRGBInputPanel.java
42 42
	private int[] 				rangeRed = null;
43 43
	private int[] 				rangeGreen = null;
44 44
	private int[] 				rangeBlue = null;
45
	private boolean				validValue = false;
45
	private boolean				validValue = true;
46 46
	CheckColorSliderTextContainer tRed = null;
47 47
	CheckColorSliderTextContainer tGreen = null;
48 48
	CheckColorSliderTextContainer tBlue = null;

Also available in: Unified diff