MCPcopy Create free account
hub / github.com/KAlO2/PerfectShow / nativeGrayToAlpha

Method nativeGrayToAlpha

src/com/cloudream/ishow/algorithm/Effect.java:302–302  ·  view source on GitHub ↗
(Bitmap src, Bitmap dst)

Source from the content-addressed store, hash-verified

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,

Callers 1

grayToAlphaMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected