Hi
In my application I am defining color ranges in my application and using them to colour features on a map. These color ranges are used in other parts of the application and are managed using standard WPF Color objects stored as hex strings in a database
I am then using this code to translate
return GeoColor.FromHtml(htmlColour);
My problem is that you do not seem to support all colors.
I can control the colors that I allow users to select ( if I have to... :( ) . I am using a Telerik RadColorPicker. Even when I restrict the colors to HTML Safe, a very basic ugly set of colours I still get colors that break your GeoColor.
So my questions are
1. Is this the correct way to translate, or is there a better way?
2. Am I correct in assuming you color support is very limited (ie small pallette)
3. If it is a limited pallette where can I get a list of HTML colors that are supported by you GeoColor object?
thanks
Murray