(Bitmap src, Bitmap dst)
| 300 | private static native void nativeTone(Bitmap bitmap, int color, float amount); |
| 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, |