Home > sic-util > rgb_to_hex
rgb_to_hex() function
该函数将 RGB 颜色数组转换为十六进制颜色代码。
Signature:
typescript
rgb_to_hex: (rgb: RgbColor) => string
Parameters
Parameter | Type | Description |
---|---|---|
rgb | RgbColor | 参数 |
string
十六进制颜色代码。