sclass FastRegions_Hi15Image extends AbstractFastRegions { int getColor(int pos) { ret image.getInt(x(pos), y(pos)); } *(Hi15Image img) { super(img); } *(BufferedImage img) { this(new Hi15Image(img)); } }