GLOBAL: Colour => Color

master
Mike Sierra 2013-10-09 21:05:17 -04:00
parent 014026e6d5
commit 9498a62c34
1 changed files with 1 additions and 1 deletions

View File

@ -626,7 +626,7 @@ Snap.Matrix = Matrix;
* Parses color string as RGB object
- color (string) color string in one of the following formats:
# <ul>
# <li>Colour name (<code>red</code>, <code>green</code>, <code>cornflowerblue</code>, etc)</li>
# <li>Color name (<code>red</code>, <code>green</code>, <code>cornflowerblue</code>, etc)</li>
# <li># shortened HTML color: (<code>#000</code>, <code>#fc0</code>, etc.)</li>
# <li># full length HTML color: (<code>#000000</code>, <code>#bd2300</code>)</li>
# <li>rgb(, , ) red, green and blue channels values: (<code>rgb(200,&nbsp;100,&nbsp;0)</code>)</li>