sclass FastRegions_BWImage extends AbstractFastRegions { int getColor(int pos) { ret image.getInt(x(pos), y(pos)); } *(BWImage img) { super(img); } *(BufferedImage img) { this(toBWImage(img)); } }