Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this questionI would like to draw a color wheel on my iPhone Application, how can I do so?
What is the Algorithm behind the color wheel? Thank you.
If you are familiar with HSA color system the algorithm will be simple.
A color wheel depicts Hue and Saturation. The hue varies with the angle, and the saturation varies with the radius. For more information you can take a look at http://www.stackoverflow.com/questions/4235072/math-behind-the-colour-wheel
精彩评论