MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / setRgba

Function setRgba

libs/echarts/echarts-en.simple.js:3825–3831  ·  view source on GitHub ↗
(out, r, g, b, a)

Source from the content-addressed store, hash-verified

3823}
3824
3825function setRgba(out, r, g, b, a) {
3826 out[0] = r;
3827 out[1] = g;
3828 out[2] = b;
3829 out[3] = a;
3830 return out;
3831}
3832function copyRgba(out, a) {
3833 out[0] = a[0];
3834 out[1] = a[1];

Callers 2

parseFunction · 0.70
hsla2rgbaFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected