I was alluding to the fact if you could pass 0x112233 (for color #112233) to your constexpr stuff and get it decoded with less effort then using a string string.
(you can also use ImColor(0x11,0x22,0x33) or any other helper and i was merely reflecting on using a string that you would need to parse)
(you can also use ImColor(0x11,0x22,0x33) or any other helper and i was merely reflecting on using a string that you would need to parse)
Comments