Tagged Questions
The color-picker tag has no wiki summary.
21
votes
5answers
6k 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 ...
14
votes
6answers
21k 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: ...
10
votes
15answers
1k views
color picker utility
I am looking for a free color picker utility on windows. Anything simple and easy to use.
7
votes
2answers
606 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 ...
5
votes
4answers
661 views
is there a working color picker control in Windows Phone 7?
I need a color picker control in my Windows Phone 7 project. I've tried the controls in Silverlight Contrib but I cannot make it work in WP7 project. There is even a discussion with the same question ...
5
votes
2answers
93 views
I need to diff two images to see what color(s) are different. Any medium level algorithms?
If I have two images which are both the left side view of a the same shoe in different styles, how can I determine by which color(s) they differ? Perhaps it's a shoe in two styles, one style has pink ...
4
votes
4answers
928 views
JQuery color picker frustration
I need a color picker for jQuery, like a certain blue monster needs cookies. I have been trying to use this one, but have had problems...
The thing that has me frustrated is that on the jQuery ...
4
votes
2answers
2k views
Color picking on android - glReadPixels rounding errors
I am using color picking in opengl es on android and i am calculating a color key to compare it to the values i get from glReadPixels:
ByteBuffer PixelBuffer = ByteBuffer.allocateDirect(4);
...
4
votes
5answers
1k views
What's a good JavaScript plugin color picker?
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 ...
3
votes
3answers
96 views
In an html form how can you have a color picker and how is it sent to a database
I'm creating an html form in dreamweaver and it requires the user to pick a color. Now I went on to there little widget browser thing and added the color picker jquery widget they had. My question, ...
3
votes
2answers
866 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: ...
3
votes
1answer
903 views
Color picker image created programmatically .NET?
Do exist any algorithms to create programmatically images, for use then a base for a color picking control?
If you know some useful sources for document or code about this topic they are welcome.
...
3
votes
1answer
187 views
Pick recently selected colors in java
I would like to add a color picker dialog to my app that remembers recently selected colors, so that it's easy to pick the exact same color as before, instead of getting several slight variations of a ...
3
votes
2answers
1k views
Free asp.net color picker control
Can anyone recommend a free color picker web control for asp.net webforms ?
Thanks
2
votes
5answers
40 views
How to find out which text field has been used in jquery function
I have the following form :
<input name="linkColor" type="text" id="colorpickerField0" >
<input name="linkColor" type="text" id="colorpickerField1" >
<input name="linkColor" ...
2
votes
1answer
88 views
How do non-HTML5 JavaScript RGB color pickers work?
I already asked how HSV color pickers work, now I would like to know how RGB color pickers with JavaScript work. Those that don't use the HTML5 Canvas API. Could somebody explain me the concept behind ...
2
votes
1answer
89 views
ASPxColorEdit custom colors
I'm using the latest ASPxEditor controls of devexpress.As you know this control has pre-defined colors.In my case I need to change these colors and put my custom palette into this control.
Is it ...
2
votes
1answer
469 views
How to add color picker in a row of Ext.grid.GridPanel
I'd like to use a color picker when I edit some cells in a row of an Ext.grid.GridPanel.
I didn't find any examples from the official Examples or the APIs, could someone give me some example codes for ...
2
votes
1answer
382 views
How to get value of Dojo/Dijit ColorPalette to a string
I'm always getting a null color object back. I haven't touched Dojo in about a year, so everything is very rusty. The colorPallette displays, but when I click on it, the variable objColor below is ...
2
votes
3answers
1k 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?
2
votes
1answer
288 views
jquery colorpicker and CSS3 gradients
I have a question regarding CSS3 Gradients and a plugin for jQuery called color picker,
What i am trying to achieve is the user can change the background of a image to their chosen gradients; i have ...
2
votes
1answer
218 views
Color picking with AntiAliasing in OpenGL?
I'm having a problem with color picking and antialiasing in OpenGL. When AA is activated results from glReadPixels are obviously wrong on object edges and object intersections. For example:
I render ...
2
votes
1answer
386 views
eyecon Colorpicker - color not changing in click event
I am using the jquery based eyeCon color picker(http://www.eyecon.ro/colorpicker/).
When I click and drag the mouse over the colored area, the color is changing. But when I just click on the colored ...
2
votes
2answers
448 views
Find Specifc Color in an Image
I have an image where I want to find a specific location (coordinate) based on its color. For example
I want to find coordinates of edges of this Black box.
How can i detect Black color in this ...
2
votes
1answer
285 views
Create a Adobe gradient picker with jquery and javascript
I want to create an component like Adobe gradient picker in Javascript and jQuery. I want to use the jQuery gradients plugin. there is a div with 2 markers left and right. when I clicked in bound of ...
2
votes
3answers
483 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 ...
2
votes
3answers
2k views
jQuery Color **Swatch** Picker
Has anyone coded up a jQuery query color picker that lets you pick colors from a predetermined list of colors? Something like a product color picker on an Ecommerce site.
Most of the searching I've ...
2
votes
2answers
289 views
In browser can I get the image color where my mouse is pointing at?
There is a web application for me to build, and rather than image map, I would like to try something more elegant.
The story is, there gonna be a global map where different continents are denoted by ...
2
votes
3answers
2k views
storing and retrieving colors with database, C# windows forms application
I'm making a windows application with C#. I'm using the color dialog box for the user to select a color. I'd like to store that color in a database, and be able to retrieve it later on, and be able to ...
2
votes
4answers
98 views
Looking for a simple editor that allows me to visually edit hex color values
I'm editing a CSS style sheet in Eclipse and I constantly have to copy out e.g. #FF9C21 into an HTML page to see what color it is.
What is the best CSS editor (or Eclipse plug-in) that would allow me ...
2
votes
8answers
2k views
How do I get the Hex Code of a color on my webpage
I have a web page which has a pic. That pic has a color.
I need the hex code of the color in that pic. How can I get it?
2
votes
1answer
478 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" ...
2
votes
4answers
156 views
Is there a way to see the color that will display for a .NET color name?
I'm using System.Drawing.Color, is there anything in Visual Studio that can display the color for the name?
For example if I used Color.Cornsilk what would color would be displayed?
2
votes
6answers
939 views
Create programmatic colour picker
How would one create a deterministic Javascript HTML colour picker which given arguments of how many colours are desired returns an array of HTML hex colour codes, ie:
function ...
1
vote
1answer
13 views
Changing css color of a class using jquery using colorpicker
I have a form which has a field which takes in a hex value using colorpicker http://www.eyecon.ro/colorpicker/
I have a div: <div class="ooffer_resort"></div>, the css background color of ...
1
vote
1answer
100 views
ASP.NET AJAX ColorPickerExtender client side works fine, codebehind color empty
I have unusual problem with AJAX toolkit ColorPickerExtender. Javascript code works fine it changes backgound color of extended textbox to picked color and text to picked color code also, but when I ...
1
vote
1answer
43 views
What's the WPF way to add support for this feature to an existing color editor?
I'm working with the WPF Extended Toolkit's Property Editor, and I need to add support for editing System.Drawing.Color using the color editor that comes with this Toolkit.
The current color editor ...
1
vote
1answer
198 views
Twitter Boostrap Popover.js with farbtastic color picker content looses events attached
I'm using the bootsrap from twitter, and it's cool. Yet, I have a little problem. I'm trying to use the Popover plugin to generate on the fly color pickers related to each input with class .colorInput
...
1
vote
1answer
127 views
Jquery color picker to change text color
I am using farbtastic color picker and working fine but now I need to change the text color using this plugin.
This is what I have now:
http://jsfiddle.net/g2hZy/15/
This is my code:
With this the ...
1
vote
1answer
48 views
Define new ControlTemplate keeping the original events
I want to use the ExtendedWPFToolkits's ColorPicker but with a custom ButtonStyle.
I can create a new look overriding the Template property of the item but the original templates click event is ...
1
vote
2answers
224 views
RGB color picker for Rails 3
Status: I am building an app in which is needed to be a field available for user to select a color, this field will contain RGB color code string.
I have tested one which looks pretty but it does not ...
1
vote
1answer
66 views
How do I “mask” an area of the canvas for a different action?
I currently have a simple color picker that loads in a color gradient image that I have created (PNG), and when the user hovers or clicks it gets the color value under the cursor.
In the image I have ...
1
vote
3answers
239 views
JQuery 'Aw Snap!' in Chrome but not crashing any other browser
I'm having some difficulty with managing an administration page, where I constantly get an 'Aw Snap' in Chrome.
I have a 'merchandise' administration page where you can add new products to the ...
1
vote
1answer
150 views
NSColorWell: Embed? & Detect Change?
I have been looking at how to use the NSColorWell in my app, but there doesn't seem to be much documentation on it.
Two questions concerning it:
Is there anyway to embed a colour picker (such as ...
1
vote
2answers
109 views
Android: custom views with proportional widths and same heights
I try to implement a good reusable color picker for my Sketcher application. Instructions and screenshots are here: http://bit.ly/sketcherapp
The problem is I'm stuck with a good "resizable" UI which ...
1
vote
1answer
527 views
Android Color Picking Not Getting Correct Colors
I implemented a simple color picker for my application, that is working correctly except the objects are being drawn with not there exact color id. So color IDs of 22,0,0, 23,0,0, 24,0,0 might be ...
1
vote
2answers
98 views
colour picker in html
I want to implement colour picker event in my html design, please try to help me for this design and try to send example
1
vote
1answer
267 views
Winforms combobox containing system color names?
What's the easiest way to list system drawing color names in a combobox? (we don't need a full blown color picker or to see the any coloring, just the color names in black and white)
1
vote
3answers
131 views
Gif safe Color chooser
Is there a java library to choose Gif safe colors or can we do this by making a custom colorchooser in java itself ? If so how can it be done ?
1
vote
2answers
485 views
How would I go about generating a color picker's color rainbow swatch?
I'm bored and I'd like to create my own color picket.
First I'd like to generate a color swatch. How would I create a color swatch?
This is a two part question.
How do I draw a single pixel point ...