Appearance
▸ hex2rgba(hex, alpha?): string
hex
alpha?
string
hex 转换到 rgba
undefined
alpha
number
1
示例
const rgba = hex2rgb('#ff0000', 1) // 255, 0, 0, 1
color.js