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

Method getA

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

Source from the content-addressed store, hash-verified

229 }
230
231 public static int getA(int color) {
232 return (color >> 24) & 0xFF;
233 }
234
235 public static int getR(int color) {
236 return (color >> 16) & 0xFF;

Callers 11

executeMethod · 0.95
premultiplyMethod · 0.95
unpremultiplyMethod · 0.95
makeLerpMethod · 0.95
makeLerpPMMethod · 0.95
setColor4fMethod · 0.45
getAlphafMethod · 0.45
convertMethod · 0.45
makeColorMethod · 0.45
makeDropShadowMethod · 0.45
makeDropShadowOnlyMethod · 0.45

Calls

no outgoing calls

Tested by 1

executeMethod · 0.76