UNPKG

essence-core

Version:

Essence Core - Essence components

13 lines (9 loc) 270 B
function BackgroundColor(element) { var color = null; if (element) { color = window.getComputedStyle (element.currentTarget).getPropertyValue('color'). replace("rgb", "rgba").replace(")", ", 0.5)"); } return color; } module.exports = BackgroundColor;