MCPcopy Create free account
hub / github.com/wetools/wept / resolveColor

Function resolveColor

public/script/view.js:2724–2727  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

2722 return i && (o = i + " = " + o), o
2723 },
2724 resolveColor = function(e) {
2725 var t = e.slice(0);
2726 return t[3] = t[3] / 255, "rgba(" + t.join(",") + ")"
2727 },
2728 getCanvasTouches = function(e) {
2729 var t = this;
2730 return [].concat(_toConsumableArray(e)).map(function(e) {

Callers 1

view.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected