Hello,
I’ve recently been attempting to convert colors from System.Windows.Media.Color to a GeoColor object and have run into an error.
First, I was calling the GeoColor.FromHtml method
GeoColor gc = GeoColor.FromHtml(myColor.ToString());
This did not return the proper result. it seemed the alpha and RGB values were always shifted.
Next I tried setting the AlphaComponent and other properties on the geocolor.
When I got to the BlueComponent I noticed that it was set to read only, unlike the other properties.
I’m currently using version 12.3.18 of ThinkGeo.Core. I’ve tried 13.0.0-beta323 as well with similar results.
Any help is appreciated.
Regards,
Aaron