sbiermanlytle / iioEngine

iio Engine: A JavaScript game engine for HTML5 Canvas
http://iioengine.com
455 stars 81 forks source link

Include all CSS color names #39

Closed sbiermanlytle closed 8 years ago

sbiermanlytle commented 8 years ago

Write a script to transform all the color names here: http://www.w3schools.com/cssref/css_colornames.asp

into iio.Color functions. Ex: iio.Color.blue = function(){ return new iio.Color(0,0,255) }

Place the results in the 'Color Constants' section of iio.Color: https://github.com/iioinc/iio.js/blob/master/src/data/Color.js