ThinkGeo.com    |     Documentation    |     Premium Support

Supported HTML Colors in GeoColor

 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



Hi Murray, 
  
 The format of htmlColour is like #FF0066, start with #, and the other 6 hex represents red, green and blue. Could you provide which color string not supported when you testing. 
  
 Thanks, 
 James

Thanks James 
  
 My mistake was using a hex colour 
  
 var htmlColor = "#" + hexColour.Substring(3); 


Hello Murray, 
  
 You are welcome, please feel free to let us know your questions. 
  
 Regards, 
  
 Gary