color-picker

Whats a good Javascript plugin color picker?

I make a lot of web applications and from time to time I need a color picker. Whats 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 browsers. ...

color picker utility

I am looking for a free color picker utility on windows. Anything simple and easy to use. ...

HTML color wheel control for website

Is there an HTML color wheel that I can throw in my site that will return a value of the color when a user clicks on it? would make one myself but don't want to "re-invent the wheel" HILARIOUS(punny?) ...

Recommend color picker utility with support for Delphi color codes

I'm looking for a free color picking application with support for Delphi color codes. - Something like the ColorPic would be perfect. (ColorPic colour codes aren't compatible with Delphi) - Support for color sets would be a bonus. Please let me know if you have any recommendations. [edit] To clarify, I'm looking for a standalone color...

Free asp.net color picker control

Hi, Can anyone recommend a free color picker web control for asp.net webforms ? Thanks ...

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 if that's what you want, but when N gets large the colors can start to look similar. I can also imagine evenly subdividing the RGB cube into...

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 createColours(numColours) { return [/* colours array of size numColours */] } The colours themselves can be chosen / generated randomly, but the method m...

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? ...

color dialog box

I need to get the colors which added in custom color box in colordialog window. ...

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 given relative to the upper left corner of the screen. I'd like to get some tips or examples how it can be done with Python. ...

Adding icon to Flex color picker

Hi , I want to add an icon to the color picker component which will have the value of no color (a blank rectangle) . is ther a way to do it ? Thanks ...

How could I use the QColorDialog inside another widget not as a separate dialog?

I would like to use QColorDialog not as a dialog window but as a widget which I could insert into a layout. (More specifically as a custom sub menu in a context menu) I looked into the QColorDialog sourcecode, and I could probably copy over a part of the internal implementation of the QColorDialog to achieve this, but is there a cleaner...

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: http://docs.jquery.com/UI/Colorpicker But using: $("#colorpicker").colorpicker(); does not work, with Firebug telling me .colorpicker(); is not a met...

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 color. I've tried but I couldn't do this with the standarard JColorChooser. JColorChooser has a recent-color panel in some look&feels (mo...

How do I add a color picker in Komodo?

How do I add a color picker in Komodo? I need to have a color picker utility for Komodo, if I work in a css file I want to be able to pick colors for my background colors etc. ...

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" section of this dialog or (2) create a standard set of swatches that all users would see when they open the color picker? ...

Is it possible to have a CMYK colour picker?

I'd like to have a jQuery colour picker for CMYK colours rather than RGB which is the norm. Is this even possible to do? I can't find much around anywhere other than RGB's ...

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? ...

Pulling a value from one jQuery function into another

I'm trying to take the hex value chosen from a jQuery colorpicker plugin, and store it as a cookie using the jQuery cookie plugin. I just don't know the appropriate way to tie the two together (new to js and jQuery). Here's my colorpicker function: $('#colorSelector').ColorPicker({ color: '#ffffff', onShow: function (colpkr) { $(...

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 to: hover over #FF9C21 to see a little square of that color right click on #FF9C21 to pick a new color from a visual color selector ...