static Rect ocr_findTerminalBackground_result; static Rect ocr_findTerminalBackground(RGBImage img) { ret ocr_findTerminalBackground_result = biggestAreaColored(img, new Color(0x272727)); }