Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/Skija
/ getR
Method
getR
shared/java/Color.java:235–237 ·
view source on GitHub ↗
(int color)
Source
from the content-addressed store, hash-verified
233
}
234
235
public
static
int
getR(
int
color) {
236
return
(color >> 16) & 0xFF;
237
}
238
239
public
static
int
getG(
int
color) {
240
return
(color >> 8) & 0xFF;
Callers
12
execute
Method · 0.95
premultiply
Method · 0.95
unpremultiply
Method · 0.95
makeLerp
Method · 0.95
makeLerpPM
Method · 0.95
convertToHSV
Method · 0.95
luminocity
Method · 0.95
setColor4f
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