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

Method getG

shared/java/Color.java:35–37  ·  view source on GitHub ↗
(int color)

Source from the content-addressed store, hash-verified

33 }
34
35 public static int getG(int color) {
36 return (color >> 8) & 0xFF;
37 }
38
39 public static int getB(int color) {
40 return color & 0xFF;

Callers 6

executeMethod · 0.95
makeLerpMethod · 0.95
luminocityMethod · 0.95
setColor4fMethod · 0.45
convertMethod · 0.45
makeColorMethod · 0.45

Calls

no outgoing calls

Tested by 1

executeMethod · 0.76