MCPcopy Create free account
hub / github.com/HumbleUI/Skija / _nSetColor

Method _nSetColor

shared/java/Paint.java:729–729  ·  view source on GitHub ↗
(long ptr, int argb)

Source from the content-addressed store, hash-verified

727 public static native int _nGetColor(long ptr);
728 public static native Color4f _nGetColor4f(long ptr);
729 public static native void _nSetColor(long ptr, int argb);
730 public static native void _nSetColor4f(long ptr, float r, float g, float b, float a, long colorSpacePtr);
731 public static native float _nGetStrokeWidth(long ptr);
732 public static native void _nSetStrokeWidth(long ptr, float value);

Callers 1

setColorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected