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

Method _nMakeColor

shared/java/Shader.java:241–241  ·  view source on GitHub ↗
(int color)

Source from the content-addressed store, hash-verified

239 public static native long _nMakeSweepGradientCS(float x, float y, float startAngle, float endAngle, float[] colors, long colorSpacePtr, float[] positions, int tileType, int flags, float[] matrix);
240 public static native long _nMakeEmpty();
241 public static native long _nMakeColor(int color);
242 public static native long _nMakeColorCS(float r, float g, float b, float a, long colorSpacePtr);
243 public static native long _nMakeBlend(int blendMode, long dst, long src);
244}

Callers 1

makeColorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected