Color wheel: Difference between revisions

m
used better phrasing in the "recommendation" sentence.
m (added whitespace before the TOC (table of contents), added other whitespace to the task's preamble.)
m (used better phrasing in the "recommendation" sentence.)
Line 4:
Write a function to draw a color wheel completely with code.
 
This is strictly for learning purposes only. It's highly recommended that you use an image in an actual application to actually draw the color wheel   (as procedurally drawing this is super slow). This does help you understand how color wheels work and this can easily be used to determine a color value based on a position within a circle.
<br><br>