A color picker is a widget used to preview and test color values.
48
votes
8answers
16k views
How to automatically generate N “distinct” colors?
I wrote the two methods below to automatically select N distinct colors. It works by defining a piecewise linear function on the RGB cube. The benefit of this is you can also get a progressive scale ...
4
votes
2answers
2k views
Math behind the Colour Wheel
I want to create a pie with 12 slices, and each slice is a different colour.
Pretty much every colour wheel seems to follow the same format; eg: ...
13
votes
6answers
10k views
Is there a color picker library/code for iPhone development?
Is there an existing "color picker" library for iPhone development that I could leverage for my app?
9
votes
2answers
1k views
how to get the opposite color of any background images
how to get the right color automatically that is depending on the background? if its darker background image, that will automatically change the font color into brighter colors.
was it possible? any ...
0
votes
2answers
441 views
Help needed with farbtastic color picker. Simple example html included
I've included a very simple html example that almost works. It is a very plain implementation of this great color picker. But it doesn't quite work as advertised. I only get a single blue box and ...
7
votes
4answers
2k views
What's a good JavaScript plugin color picker? [closed]
I make a lot of web applications and from time to time I need a color picker. What's one that I can use like an API and doesn't require a lot of code to plug in? I also need it to work in all ...
24
votes
6answers
59k views
jQuery UI Color Picker
I have heard that jQuery UI includes a Colo(u)r Picker but could find little documentation regarding it.
Does it exist?
Any decent documentation on how to implement it?
I found this: ...
0
votes
3answers
2k views
2
votes
2answers
625 views
Jquery color picker binding handler creates multiple divs
I am trying to use this jquery color picker with knockout.js. I have written custom banding handler to bind colorpicker input control with my viewModel color value.
Here is the Binding Handler code:
...
2
votes
1answer
1k views
jQuery Color-picker z-axis problem
I'm using this colorpicker, and it is wonderful. However, I want to use it inside a jQuery dialog box(on an input tag inside a form), but the problem is that when the colorpicker appears it is ...
2
votes
2answers
2k views
jQuery color picker recommendation
I need jquery color picker plugin that is very light, and that lets the user drag the mouse over a colorwheel and has the ability to select transparent color (or "blank/none").
Any suggestions?
2
votes
1answer
684 views
Save the Swatches on a ColorDialog in a C# Windows Application
I have an application where the System.Windows.Forms.ColorDialog dialog box is used as a color picker. Is there anyway that I can either (1) save the swatches the user saves in the "Custom Colors" ...
1
vote
2answers
664 views
How to draw lines in different colors?
I have developed an application which draws lines on the screen .I want to use different colors for the lines but all the lines are appearing in same color.
I have a color picker in my code to change ...
0
votes
3answers
1k views
Get hex value of clicked on color with jQuery
I want to know how to make a color picker with jQuery that will allow you to click somewhere on the page and return the hex color value of the color that you clicked on.
I know that it is possible ...
0
votes
1answer
283 views
Color picking from given coordinates
What is the simplest way to pick up the RGB color code of the given coordinates? For simplicity let's assume that the screen resolution is 1024x768 and color depth/quality 32 bits. The coordinates are ...
2
votes
3answers
1k views
AjaxToolkit for 3.5 not working
I am trying to use ajaxtool kit downloaded from here for colorpicker.
When i tries to use this on any of my page, it shows me an error
This page is missing a HtmlHead control which is ...
1
vote
2answers
104 views
Create Custom Color Set TinyMCE
I have been able to create my own Font color picker for TinyMCE, but but the color palette is linked to the original color picker. What I am trying to do is make my custom color picker totally ...
1
vote
1answer
508 views
Android: devmil-android-color-picker
I need to use some color picker in my application, so I searched google and found devmil-android-color-picker, but I don't understand how can I use it in my application. Can someone give me a short ...
1
vote
3answers
945 views
HSL Interpolation
If the hue component of my HSL color is in degrees, how can I correctly interpolate between two hues? Using (h1 + h2) / 2 does not seem to produce desirable results in all cases. Here are two ...
0
votes
1answer
446 views
Android dropdown color picker
I want to create a dropdown color picker, something like this (sorry for the ugly image):
I only need some colors (let's say 6) so I don't need a complete color picker, the dropdown will work fine.
...
0
votes
1answer
681 views
How can I use another Color Picker without preferenceActivity?
I have a color picker which I use in sharedPrefereces. With the default colorpicker I managed to acheive what I want, but I noticed there is no black or white colors. ...
0
votes
1answer
2k views
HSV (0 .. 255) to RGB (0 .. 255) [duplicate]
Possible Duplicate:
Algorithm to convert RGB to HSV and HSV to RGB?
Can someone explain on how to convert an HSV value to an RGB when the value is 0 to 255? Also,
For reference, I am ...
0
votes
1answer
365 views
Similar Color Shades codes
If I see a particular shade of red on a website, how do I find out what the same shade will be in a different color? Example in Green or such?
0
votes
1answer
281 views
ToolStrip LineStyles .Net
Is there something similar in .NET components and if not, how to reproduce it?
Thanks!
-1
votes
2answers
887 views
Getting dialog when click on button
Can anybody tell me, how to get a dialog popup (ColorPickerDialog) when i click on Button.
Code from comments:
Button color = (Button)findViewById(R.id.color_button);
...