The color-wheel tag has no wiki summary.
1
vote
2answers
269 views
HTML5 Canvas - Drawing Linear Gradients on a Circle (Color Wheel)
I'm trying to draw a circle with, not radial gradients, but linear gradients that go around the circle... Basically, I'm trying to create a color wheel and it has to be dynamic as the colors will be ...
2
votes
3answers
294 views
Color wheel in Java to give N Equidistant Colors
I'd like to create a function to give N equidistant RGB colors. How do we define "distance" in this case? Well, I'm not too sure, but I was thinking to use a color wheel definition.
Hence, if I can ...
1
vote
2answers
345 views
How do you adjust hues in AS3 like a real color wheel?
I want to adjust the hue of an art asset from one bright color to another one, keeping the monochromatic features intact. I will be starting with either a RGBYTP (red, green, blue, yellow, teal, or ...
0
votes
1answer
143 views
Installing Farbtastic on Wordpress
Trying to install Farbtastic color-picker plugin in my Wordpress site, but have no success with it.
It seems that I'm doing everything as tutorial is saying, but color wheel does not appear, only ...
1
vote
2answers
653 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 ...
0
votes
2answers
420 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 ...
1
vote
1answer
432 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?
2
votes
2answers
1k 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
782 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 ...
5
votes
2answers
2k 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">
...