MCPcopy Create free account
hub / github.com/JetBrains/skija / makeRGB

Method makeRGB

shared/java/Color.java:23–25  ·  view source on GitHub ↗
(int r, int g, int b)

Source from the content-addressed store, hash-verified

21 }
22
23 public static int makeRGB(int r, int g, int b) {
24 return makeARGB(255, r, g, b);
25 }
26
27 public static int getA(int color) {
28 return (color >> 24) & 0xFF;

Callers 1

makeLerpMethod · 0.95

Calls 1

makeARGBMethod · 0.95

Tested by

no test coverage detected