J
JJ
I have a function that returns an int that represents an rgb colour code
(e.g. '5731173').
How can I convert this to a hex value of the form #D2D2D2 so that I can use
it to color an object?
Thanks in advance,
JJ
(e.g. '5731173').
How can I convert this to a hex value of the form #D2D2D2 so that I can use
it to color an object?
Thanks in advance,
JJ