Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
execute
Method · 0.95
premultiply
Method · 0.95
unpremultiply
Method · 0.95
makeLerp
Method · 0.95
makeLerpPM
Method · 0.95
setColor4f
Method · 0.45
getAlphaf
Method · 0.45
convert
Method · 0.45
makeColor
Method · 0.45
makeDropShadow
Method · 0.45
makeDropShadowOnly
Method · 0.45
Calls
no outgoing calls
Tested by
1
execute
Method · 0.76