Hi guys, I am making a color marmonizer in v7 and see that ColorRGBA.CreateFromLCH() returns floating values, how do I convert that to ARGB?
I found that HSL colors has a .ToArgbColor() function, but RGBA doesn’t, are there any tricks I can use?
Cheers