Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3825
function
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
}
3832
function
copyRgba(out, a) {
3833
out[0] = a[0];
3834
out[1] = a[1];
Callers
2
parse
Function · 0.70
hsla2rgba
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected