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

Method nativeTone

src/com/cloudream/ishow/algorithm/Effect.java:300–300  ·  view source on GitHub ↗
(Bitmap bitmap, int color, float amount)

Source from the content-addressed store, hash-verified

298 private static native void nativeCatmullRomSpline(PointF result, float t, PointF p0, PointF p1, PointF p2, PointF p3);
299
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);

Callers 1

toneMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected