Skip to content

hexToRgba

HEX颜色值转换为RGBRGBA颜色值

安装

bash
pnpm add @vtrbo/utils-color
pnpm add @vtrbo/utils-color
bash
yarn add @vtrbo/utils-color
yarn add @vtrbo/utils-color
bash
npm install @vtrbo/utils-color
npm install @vtrbo/utils-color

使用

3/6位HEX转换为RGB

运行结果
运行代码后显示结果,等待运行...
查看源码
复制代码
修改代码运行
运行代码
重置代码

4/8位HEX转换为RGBA

运行结果
运行代码后显示结果,等待运行...
查看源码
复制代码
修改代码运行
运行代码
重置代码

参数

名称描述类型必填默认值
hex欲转换的颜色值string-

MIT Licensed