9/3/2010 4:48:38 AM
Title:
Advanced Color Picker (chooser as color wheel)
Can anybody have idea how to create Color Chooser wheel like following url -
URL = http://blog.everythingflex.com/2007/01/19/flex-201-style-swapping/
I have searched and got something bit similar to my requirement.
hi
URL = http://www.flashmoto.com/wp-content/uploads/2008/11/color-wheel-flex-component/index.html
But only issue is to create steps within it.
Thanks in advance!!
Regards,
Nilesh
9/3/2010 4:50:57 AM
Sorry was pasted wrong URL for first Color Chooser wheel. Actually required steps are like following -
URL = http://www.totusinfo.com/blogsamples/bin/test_colorpickerWheel.html
Thanks.
Shawn
Points: 680
Posts:0
9/3/2010 6:36:45 AM
Nilesh , I think this is what you want , a circular smooth color picker with source code. This is a complete component and free
http://github.com/thenduks/ilac
You can check this link also , this is to draw the color disk
http://www.boostworthy.com/blog/?p=200
let me know it worked for you or not
9/5/2010 11:07:42 PM
Hello Shawn thanks for reply. Actually I do have same kind of control with me. But issue is only creating color in steps. Look out at this example which had color steps -
http://www.totusinfo.com/blogsamples/bin/test_colorpickerWheel.html
Thanks,
Nilesh
Shawn
Points: 680
Posts:0
9/5/2010 11:44:19 PM
the above links that I posted does not have steps , the preview of component is on this page
http://ryanfunduk.com/ilac-flex-color-wheel/
and you can also draw your own disk in your component using the second link which is a smooth disk without steps.