Converts a hexadecimal color number to a string.
Number in hex (e.g., 0xffffff)
0xffffff
The string color (e.g., "#ffffff").
"#ffffff"
PIXI.Color.toHex
since 7.2.0
PIXI.utils
hex2string
Generated using TypeDoc
Converts a hexadecimal color number to a string.