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
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.