Reputation: 44293
I'm looking for a free or cheap AS3 Color Picker Component which enables this feature: https://i.sstatic.net/rnpCF.jpg https://i.sstatic.net/PZmfE.jpg
I don't need more features, just a "rainbow" field to choose more than just the standard hex-colors.
I found a lot of those components, but almost all of them are AS2.
???
Upvotes: 0
Views: 6443
Reputation:
Flash Color Picker Pro V3 goes for $40. Or you can use the built-in color picker for AS3.
This blog post on ColorPicker Component in Flash CS3 with AS3 (actionscript 3) [link removed: potentially unsafe redirect chain] has a pretty good free color picker as well.
Upvotes: 1
Reputation: 51837
Keith Peter's Advanced Color Chooser from the MinimalComps set looks pretty nice.
Upvotes: 0
Reputation: 549
There's a decent-looking open source color picker implemented in Flex 2.0 here: http://kss.korax.ru/flex/cp/index.html .
After a quick look at the source, it seems pretty straightforward to adopt into AS3.
Upvotes: 1