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

Method nativeColorToAlpha

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

Source from the content-addressed store, hash-verified

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);

Callers 1

colorToAlphaMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected