(int color, Bitmap src, Bitmap dst)
| 301 | |
| 302 | private static native void nativeGrayToAlpha(Bitmap src, Bitmap dst); |
| 303 | private static native void nativeColorToAlpha(int color, Bitmap src, Bitmap dst); |
| 304 | |
| 305 | private static native void nativeSelectContiguousRegionByColor(Bitmap mask, Bitmap image, int color, int select_criterion, |
| 306 | float threshold, boolean antialias, boolean select_transparent); |