Home Reference Source Repository

Function

Static Public Summary
public

将rgb三个值转为hex

Static Public

public toHex(n: number): boolean source

import {toHex} from 'melon-colorpicker/src/util.js'

将rgb三个值转为hex

Params:

NameTypeAttributeDescription
n number

r,b,g当前值(0-255)

Return:

boolean

hexstr 转化后的16进制字符串