mgdevereux / googleearthtoolbox

Automatically exported from code.google.com/p/googleearthtoolbox
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

documentation on lineColor is wrong #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
in the documentation it says:

"'lineColor': Line color specification, including transparency. Color 
value format must be passed as a character array according to the format 
string '#TTRRGGBB', with 'TT' representing transparency; 'RR', 'GG', 
and 'BB' representing red, green, and blue colors, respectively. Intensity 
values are denoted as two-digit hexadecimal numbers ranging from 00 to FF. 
For example, '#0000FF00' is fullly transparent green and '#FF0000FF' is 
fully opaque red"

-----------------
It is true that '#FF0000FF' is fully opaque red, but it can not be this 
format '#TTRRGGBB'.

Original issue reported on code.google.com by grins...@gmail.com on 5 Mar 2008 at 7:40

GoogleCodeExporter commented 9 years ago

Original comment by skawtus on 8 Mar 2008 at 12:01

GoogleCodeExporter commented 9 years ago
documentation and source have been updated so that it now does follow the 
generally
accepted format of TTRRGGBB.

Original comment by jhspaaks@hotmail.com on 9 Jan 2009 at 6:50