Revision 27361 trunk/libraries/libRaster/src/org/gvsig/raster/grid/filter/bands/ColorBalanceCMYByteFilter.java

View differences:

ColorBalanceCMYByteFilter.java
30 30
	 * (non-Javadoc)
31 31
	 * @see org.gvsig.raster.grid.filter.bands.ColorTableFilter#process(int, int)
32 32
	 */
33
	public void process(int col, int line) {
33
	public void process(int col, int line) throws InterruptedException {
34 34
		byte[] value = new byte[3];
35 35
		for (int i = 0; i < renderBands.length; i++) 
36 36
			value[i] = raster.getElemByte(line, col, renderBands[i]);

Also available in: Unified diff