MCPcopy Create free account
hub / github.com/benfry/processing4 / argb

Method argb

app/src/processing/app/ui/Theme.java:376–379  ·  view source on GitHub ↗
(double[] rgb)

Source from the content-addressed store, hash-verified

374
375
376 static private int argb(double[] rgb) {
377 return 0xff000000 |
378 bounded(rgb[0]) << 16 | bounded(rgb[1]) << 8 | bounded(rgb[2]);
379 }
380}

Callers 1

makeGradientLabMethod · 0.95

Calls 1

boundedMethod · 0.95

Tested by

no test coverage detected