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