cathalturi
Programmer
Is there anyway to store used colors in a variable in hex format? I've tried using a variable of type string to accomplish this, but the color is always stored as a numeric value.
04080FFH will be stored as 4227327.
How is the translation prevented? Is it possible to assign a color to an elelment using a numeric value?
04080FFH will be stored as 4227327.
How is the translation prevented? Is it possible to assign a color to an elelment using a numeric value?