Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JetBrains/skija
/ getA
Method
getA
shared/java/Color.java:27–29 ·
view source on GitHub ↗
(int color)
Source
from the content-addressed store, hash-verified
25
}
26
27
public
static
int
getA(
int
color) {
28
return
(color >> 24) & 0xFF;
29
}
30
31
public
static
int
getR(
int
color) {
32
return
(color >> 16) & 0xFF;
Callers
5
execute
Method · 0.95
setColor4f
Method · 0.45
getAlphaf
Method · 0.45
convert
Method · 0.45
makeColor
Method · 0.45
Calls
no outgoing calls
Tested by
1
execute
Method · 0.76