MCPcopy 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

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

Calls

no outgoing calls

Tested by 1

executeMethod · 0.76