Tagged Questions
The color-wheel tag has no wiki summary.
4
votes
2answers
1k views
How to draw color wheel in WPF application?
I started to play with WPF and wanted to draw color wheel on a form.
At first I tryed to use LinearGradientBrush on ArcSegment like this:
<Path StrokeThickness="35" Height="150" Width="150">
...
1
vote
2answers
118 views
jQuery - Get White or Dark Text over Color Wheel
This problem popped up when I looked at an almost perfect bit of jQuery code called Jar Two Wheel Color Picker:
http://www.jar2.net/projects/jquery-wheelcolorpicker/demo
If you notice in their demo ...
1
vote
1answer
289 views
Hue in UIColor and standard color wheels
In UIColor, green is around the 0.4 mark in terms of hue, with red at 0 or 1, and on a standard color wheel, green is opposite red. There's other examples too. How come it's different in UIColor?
1
vote
2answers
415 views
Need a javascript color wheel with some added functionality
I need a javascript color picker/ wheel from where user can select a color. Since it is a paint shop, after selecting the color it should send the color value to cart. I'm using prestashop for the ...
1
vote
1answer
593 views
WPF Colour Picker/Wheel with Multiple Selection
I am looking for a free WPF Colour Picker/Wheel which has the ability to allow multiple colour selections. Does anything like this exist. The ones I have seen allow only one colour to be selected. I ...
0
votes
2answers
138 views
Color Wheel in iPad app? Possible?
I have seen a few iphone apps with color wheels but i am not sure how they were created for if the source code is available.
I was wondering if anyone has seen a color wheel in an ipad app or ideas ...