Andrew Poulos wrote:[color=blue]
> I need to build a colour wheel. It has these specs:
> - The user needs to be able to select a colour from it
> - It should show as many colours as reasonable. The client wanted the
> entire 16 million+ colour spectrum but I pointed out that at one[/color]
colour[color=blue]
> per pixel that's a 2,000 pixel square. It would be good to get[/color]
thousands[color=blue]
> of colours.
> - The colours in the wheel should have a smooth transition across the[/color]
wheel.[color=blue]
>
> I was thinking of building the wheel in some other app and screen
> capturing it and then using some arithmetic to work out the colour[/color]
under[color=blue]
> the cursor but the numbers are killing me.
>
> Can anyone either tell me where I can find one or how I can go about
> building one?
>
> Andrew Poulos[/color]
Always kind of liked this one:
http://simplythebest.net/scripts/DHT...cript_115.html
Uses a jpg - but it's a reasonable weight for the task.