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

Method makeColor

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

Source from the content-addressed store, hash-verified

200 }
201
202 public static Shader makeColor(int color) {
203 Stats.onNativeCall();
204 return new Shader(_nMakeColor(color));
205 }
206
207 public static Shader makeColor(Color4f color, ColorSpace space) {
208 try {

Callers 1

drawShadersMethod · 0.95

Calls 8

onNativeCallMethod · 0.95
_nMakeColorMethod · 0.95
_nMakeColorCSMethod · 0.95
getPtrMethod · 0.95
getRMethod · 0.45
getGMethod · 0.45
getBMethod · 0.45
getAMethod · 0.45

Tested by

no test coverage detected