MCPcopy Create free account
hub / github.com/JetBrains/skija / _nSetColor4f

Method _nSetColor4f

shared/java/Paint.java:697–697  ·  view source on GitHub ↗
(long ptr, float r, float g, float b, float a, long colorSpacePtr)

Source from the content-addressed store, hash-verified

695 public static native Color4f _nGetColor4f(long ptr);
696 public static native void _nSetColor(long ptr, int argb);
697 public static native void _nSetColor4f(long ptr, float r, float g, float b, float a, long colorSpacePtr);
698 public static native float _nGetStrokeWidth(long ptr);
699 public static native void _nSetStrokeWidth(long ptr, float value);
700 public static native float _nGetStrokeMiter(long ptr);

Callers 2

setColor4fMethod · 0.95
setARGBMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected