static Rect rgbSearchPrecise(RGBImage big, RGBImage pat) { FoundImg fi = first(rgbRawImageSearch_quick(big, pat, 1, 1)); ret fi == null ? null : fi.r; }