sclass FastRegions_Hi15Image extends AbstractFastRegions { int getColor(int pos) { ret image.getHi15Color(x(pos), y(pos)); } RGB rgbForRegion(ImageRegion r) { ret hi15ToRGB(r.firstPixelLogicalColor()); } *(Hi15Image img) { super(img); } *(BufferedImage img) { this(new Hi15Image(img)); } }