Reputation: 4782
I know this is possible to be done using javascript, and I presume I could get the values to flash calling js, but I'm looking for any AS3 library/code that does the same.
js examples: http://colorschemedesigner.com/js/color.js http://design.geckotribe.com/colorwheel/colorwheel.js
Thank you
Upvotes: 0
Views: 440
Reputation: 15623
what exactly is your problem? what have you tried? where are you stuck?
you can basically copy the JavaScript that does the calculation and create a UI that goes with it. gradually you can start typing all variables and refactoring the code into classes, but for now it should compile just fine.
edit: there's none that I know of. maybe you could try working with kuler using their API, rather then implementing all the stuff on you own.
Upvotes: 1