0.1.0 • Published 3 years ago
@hd-design/internal v0.1.0
@hd-ui/internal
组件库内部工具
1. colorToHex
将颜色转换成 hex 或者 十六进制 argb 支持转换 rgb、rgba、hex、argb
import { colorToHex } from '@hd-ui/internal'
colorToHex('#ff0000') // -> #ff0000
colorToHex('rgb(255,0,0)') // -> #ff0000
colorToHex('rgba(255,0,0,0.5)') // -> #7fff0000
0.1.0
3 years ago