Commit Graph

7 Commits

Author SHA1 Message Date
cloudhead
2682b6dc16 support for hsl(), rgb() etc 2010-03-01 21:48:19 -05:00
cloudhead
f70f6a542c merge node->tree changes 2010-03-01 19:47:32 -05:00
cloudhead
5ee0209e8a don't use Usage: node [options] script.js [arguments]
-v, --version      print node's version
  --debug[=port]     enable remote debugging via given TCP port
  --debug-brk[=port] as above, but break in node.js and
                     wait for remote debugger to connect
  --cflags           print pre-processor and compiler flags
  --v8-options       print v8 command line options

Documentation can be found at http://nodejs.org/api.html or with 'man node', as it's, um, used by node. Use  instead. Also moved tree.node requires in tree.js
2010-03-01 15:32:21 -05:00
cloudhead
633660b7af refactored Color & Dimension operations 2010-02-26 22:30:30 -05:00
cloudhead
1c43df1b85 round numbers on color operations 2010-02-26 22:29:51 -05:00
cloudhead
dbf7c5c30c per channel color operations. Color can also take an RGB array 2010-02-25 17:54:59 -05:00
cloudhead
ad66408b9f init 2010-02-23 13:39:05 -05:00