Commit graph

12 commits

Author SHA1 Message Date
Veno Server
f82d359803 Merge branch 'master' of git@github.com:ryanmcgrath/franz 2009-08-11 19:59:03 -05:00
Veno Server
33237be304 Removing rgb_obj - browser choked on too many nested objects. Such a shame. 2009-08-11 19:58:59 -05:00
Dominick Pham
de7059f52e Merge branch 'master' of github.com:ryanmcgrath/franz 2009-08-11 20:52:48 -04:00
Dominick Pham
fcf4cde51d made a clone when doing HSV sort so we retain the origin HSV data 2009-08-11 20:50:32 -04:00
Veno Server
a602d7d657 franz.rbg_obj returns an obj representing the rbga format... perhaps this would make arrays more sensible? 2009-08-11 19:39:11 -05:00
Veno Server
25a926abd5 Recursion on objects inside arrays was broken because of how I was referencing the clone method. Fixed... 2009-08-11 19:35:59 -05:00
Veno Server
5b5e236b38 Added franz.clone(), which copies full objects via recursion. Localized into franz because various libraries already modify the Object prototype, and it ends up causing conflicts. (This works for deep copying as well) 2009-08-11 19:29:44 -05:00
Dominick Pham
39b27c90e9 fixed sorting of HSV and made helper subroutines for them 2009-08-11 19:43:01 -04:00
Dominick Pham
9457630531 fixed sorting issues for the HSV domain, also made helper subroutine out of hue, sat, val 2009-08-11 19:37:07 -04:00
Ryan McGrath
74c0751819 Logging 2009-08-11 17:40:08 -04:00
Dominick Pham
905a03075c merging from my fork 2009-08-11 17:16:09 -04:00
Ryan McGrath
2fa4fb4414 Initial commit, working version 2009-08-10 21:58:13 -04:00