Please explain again the request. The purpose of this feature is to allow you to set the same color in your code?
Perform the following in the Designer:
- add view; label
- for color, select; Crimson
- right click; copy label
- right click; paste label
---> color property on first label shows; Crimson
---> color property on second label shows; 220, 20, 60
If I move my cursor to "220, 20, 60", change a value, hit enter, change it back, and hit enter; the Designer will automatically change it to "Crimson". There is NOTHING I can do to "Crimson" to make it change it to; "220, 20, 60".
I would like an option that lets me freely switch back and forth between "Crimson" and "220, 20, 60".
Then I could simply copy "220, 20, 60" from the Designer, and paste it into my code; "Colors.ARGB(255, 220, 20, 60)". No messing around with hex to decimal conversions, etc.
Simple, no fuss, no muss.