Get a color as a number.
The color value.
The color as a number.
const num = asNumber('#ffffff')// num = 0xffffff Copy
const num = asNumber('#ffffff')// num = 0xffffff
const num = asNumber(0xffffff)// num = 0xffffff Copy
const num = asNumber(0xffffff)// num = 0xffffff
Get a color as a number.