colorIntToHex
colorIntToHex(
color,addHashSymbol?):string|null
Defined in: package/src/functions/color-convert.ts:7
Converts a color integer into a hex color string
Parameters
Section titled “Parameters”Color integer
number | null
addHashSymbol?
Section titled “addHashSymbol?”boolean = false
Whether to add a # at the beginning
Returns
Section titled “Returns”string | null
Hex color string