Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/Skija
/ getB
Method
getB
shared/java/Color.java:243–245 ·
view source on GitHub ↗
(int color)
Source
from the content-addressed store, hash-verified
241
}
242
243
public
static
int
getB(
int
color) {
244
return
color & 0xFF;
245
}
246
247
private
static
float pin(float value, float min, float max) {
248
return
Math.max(min, Math.min(max, value));
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