Closed iamisti closed 1 year ago
The licence color value returning in a format that I couldn't figure out how to get a color out of it. Licence colors as we have now: 87003 50946 16706564
How i suppose to convert these to actual colors?
Its available in decimals. Just convert it to hex: number.toString(16).toUpperCase()
The licence color value returning in a format that I couldn't figure out how to get a color out of it. Licence colors as we have now: 87003 50946 16706564
How i suppose to convert these to actual colors?