Export to GitHub

googleearthtoolbox - issue #6

documentation on lineColor is wrong


Posted on Mar 5, 2008 by Helpful Ox

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'.

Comment #1

Posted on Mar 8, 2008 by Happy Hippo

(No comment was entered for this change.)

Comment #2

Posted on Jan 9, 2009 by Swift Bear

documentation and source have been updated so that it now does follow the generally accepted format of TTRRGGBB.

Status: Fixed

Labels:
Type-Defect Priority-High