update blinkstick links to colors

To close #427
This commit is contained in:
Dave Conway-Jones
2018-08-11 14:00:26 +01:00
parent 50fc196c6f
commit f3b0e2277d
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@
<li>A hex string <b>"#rrggbb"</b> triple</li>
<li><b>"red,green,blue"</b> three 0-255 values as a string</li>
<li><b>"random"</b> will generate a random color</li>
<li><i><a href="http://www.w3schools.com/html/html_colornames.asp" target="_new">Standard HTML color</a></i> name</li>
<li><i><a href="https://www.w3schools.com/colors/colors_names.asp" target="_new">Standard HTML color</a></i> name</li>
<li>An <b>object</b> can override any of the parameters</li>
<li><b>array</b> of colours for a neopixel rgb strip - either name,name,... or r,g,b,r,g,b,... where r,g,b are 0 to 255.</li>
</ul>