Color wheel: Difference between revisions

Content added Content deleted
No edit summary
Line 232: Line 232:
Let c_width=256, c_height=256
Let c_width=256, c_height=256
Let cx=c_width/2, cy=c_height/2
Let cx=c_width/2, cy=c_height/2
Let radius=If(cx<=cy->cx, cy), pi2=pi/2
Let radius=If(cx<=cy->cx, cy)
c_width--
c_width--
c_height--
c_height--