0
votes
2answers
22 views
Best way to create button displaying selected color
You know those color picker buttons with a little rectangle in it, displaying the currently selected color? Like in MS Office products.
I would like to implement one using C# / .NET. So I've got a …
0
votes
4answers
85 views
JQuery Color Picker
I need to have a JQuery color Picker, where I can change the different HTML elements on a page. It should be easy to implement, I should be able to pick a color, enter RGB values and Hex values. Which …
0
votes
1answer
28 views
Wufoo Color Formula
I remeber reading (I guess it was on the Wufoo Blog) something about how they pick their colors, I believe it was some kind of a function that given a set of colors it would generate the next best …
0
votes
4answers
100 views
Need example of WPF Gradiant Picker
I'm looking for a WPF Gradient Picker example and source code.
The goal is to allow the user of a WPF application to pick the gradient brush to use for a background or foreground. I've seen pickers …
-2
votes
1answer
47 views
how to set position for a dhtml color picker in javascript [closed]
how to set position for a dhtml color picker in javascript
0
votes
1answer
47 views
Color Picker Farbtastic sync on 2 classes
http://acko.net/dev/farbtastic
I would like to have a few INPUT and users can change color for each. However, each input is synced with some other classes (like body background color, or menu …
0
votes
2answers
26 views
Open a color picker in a html div without a scroll for the html div element
I have a div, in that i am having text boxes so when I click the text box the color picker is displayed. when I click a text box the color picker is displayed in the bottom..So what I need is the …
0
votes
1answer
29 views
Error in retrieving the color value on selecting a color from the colorPicker palette
hi, I'm using the color picker palette given in the site www.dhtmlgoodies.com.
I brought the palette in my page, But if I try to pick a color, it throws an error
color_picker_form_field is …
1
vote
8answers
256 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?
0
votes
2answers
81 views
How to display a color palette in the web page using cakephp?
I need help in displaying a colour palette in my application. I am using CakePHP and JQuery for implementing mu application. For my themes module I need a colour picker or colour palette. Is there any …
0
votes
3answers
107 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 …
1
vote
4answers
47 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 …
0
votes
1answer
88 views
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 …
0
votes
2answers
158 views
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
0
votes
2answers
105 views
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.
