A color picker is a widget used to preview and test color values.
0
votes
2answers
767 views
Jquery color picker not working after ajax call
In my site I have added a jQuery color picker textbox as like:
http://www.eyecon.ro/colorpicker/
When loading page through ajax then this color picker is not working. That means color picker is not ...
5
votes
4answers
4k views
How to get RGB components of a custom color in ios
I would like to set custom color programmatically using the method
[UIColor colorWithRed:(CGFloat)red green:(CGFloat)green blue:(CGFloat)blue alpha:(CGFloat)alpha];
For which i need to know the value ...
1
vote
1answer
1k 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
195 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 ...
2
votes
1answer
350 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 ...
0
votes
2answers
695 views
Jquery Colorpicker show value in inputfield
I use this colorpicker plugin:http://www.eyecon.ro/colorpicker/
How can i show the start value in the inputfield?
Here is a JSFiddle what i have: http://jsfiddle.net/z6Ddy/
0
votes
1answer
56 views
ColorPickerExtender accessible (keyboard only)
I am using the ColorPickerExtender from the Ajax Toolkit. Just wondering if anyone has had any luck getting this control to be keyboard accessible. I can get focus on the textbox which brings up the ...
0
votes
2answers
236 views
Android: not able to get the color with using the ColourPicker but can get color after get the focus on that view
In My Paint application i am going to pick the colour from the colourpicker.
MyApp is like that: This link
Now i am using this class to pick the colour.
the code i use to pick the colour is:
...
0
votes
1answer
625 views
Winform - DatagridView ColorPicker
Is it possible to put a Colorpicker in the datagridview and save its hex values to the database??
or does the colorpicker uses hex values?
because I want to have a datagrid which has a colorpicker ...
0
votes
3answers
644 views
javascript color picker
If you are using Gmail, you know that you can change the color of the labels. There are not too many color options, and I'd like to have something like that in my web app too. Even a <select> ...
0
votes
1answer
311 views
jQuery plugin: Colorpicker onHide Event
I'm using www.eyecon.ro/colorpicker/ and binding the color picker to a class so there are potentially hundreds of color pickers.
I edited the plugins change event to return the element
From:
...
0
votes
1answer
1k views
Position ExtJs Color Picker
I am using ExtJs Color Picker component.
var cp = Ext.create('Ext.picker.Color', {
style: {
backgroundColor: "#fff"
} ,
listeners: {
scope:me,
...
0
votes
2answers
97 views
What is the most jquery-compatible and easy-to-use color picker for jquery?
I'm looking for something like that resembles a color picker that windows or adobe products often use. Which one is popular, well-supported, easy-to-use and hopefully works well with jquery?
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 ...
1
vote
1answer
509 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 ...
0
votes
1answer
860 views
Change color of line segment in HTML5 Canvas with jQuery Colorpicker plugin
I have a HTML5 canvas with a several line segments on it. I want to add a jQuery color picker so I can let users change the stroke color of those segments. How do I get the value from the colorpicker ...
1
vote
1answer
512 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
...
0
votes
1answer
220 views
Color picker that sends events per color pick
Does anyone know of any alternatives to the wxColourPicker included in wxWidgets 2.9.3? I was hoping for two things 1) that was non modal, 2) on to go in the wxPropertGrid
0
votes
1answer
288 views
Coloring Images through a Palette Android
I was wondering is there a way to color the images dynamically through a palette?
The coloring being similar to the bucket in paint i.e. [coloring areas bounded by outlines]
I want to color ...
1
vote
2answers
742 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
129 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 ...
0
votes
0answers
618 views
color picker code
I have this code to change the color of elements like the Background-color,text color,active link color,visited link color etc. inside a div. I have to enter the color for each in the text-boxes and ...
2
votes
2answers
2k 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 ...
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 ...
2
votes
1answer
375 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
0answers
922 views
Pantone Color Picker
I'd like to use a color picker on my web site similar to http://www.eyecon.ro/colorpicker/#about, but which only allows the choice from set Pantone colors (instead of all RGB / HEX colors). Does ...
0
votes
2answers
443 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 ...
1
vote
1answer
165 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 ...
5
votes
3answers
1k 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 ...
0
votes
1answer
346 views
Use Farbtastic with classes instead of id's
I've got:
<input type="text" id="color1" value="<?php echo get_option('color1'); ?>" name="color_picker_color1" /><div class="farbtastic_color_picker"></div>
<input ...
0
votes
1answer
534 views
AS3 Textfield Can't Select Color with ColorPicker on only Selected Text
I'm creating a text editor and I want users to be able to select only part of a textfield and change the color. The problem I'm running into is the ColorPicker gains focus (I'm guessing) and the ...
1
vote
1answer
290 views
Creating a linear color palette
I am painting a FFT and want better colors. I have values between X and Y and want to represent them in a power spectrum (higher value=brighter color). Currently I'm just using black/white (0-255 on ...
0
votes
1answer
702 views
Trigger a refresh of a jQuery color picker plugin on input field change
I am currently using jQuery .click() method to update 15 text fields with simple color hex values i.e. like this document.form1.top_menu_bgcolor.value = '#FFFFFF';
I am also using ExColor for jQuery ...
-1
votes
2answers
890 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);
...
0
votes
2answers
4k views
android how to work with color picker Dialog
I have an app where i am able to draw on screen.
I want option menu color chooser option should be there. by choosing color from there will able to draw using that color.
So i want to put a ...
0
votes
3answers
2k views
3
votes
1answer
2k 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 ...
-1
votes
1answer
2k views
Color-picker for Windows forms application [closed]
Are there any color-pickers for winforms application?
0
votes
2answers
170 views
setting selectedColor in a colorpikcer
How do you set the selectedColor of a colorpicker when you bind data from a database?
I have a bindable variable, objProject, with a field called color and it has a color code such as #ff00ff in it. ...
0
votes
2answers
569 views
Best way to change multiple images color with jQuery
I have a shape on a background. I have one jQuery color picker to chose the color of the shape, and one jQuery color picker to change the background color. I need ie6 support.
The shape can be any ...
2
votes
1answer
1k 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 ...
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?
3
votes
3answers
477 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, ...
2
votes
1answer
792 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 ...
3
votes
1answer
416 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 ...
1
vote
2answers
328 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 ...
0
votes
1answer
741 views
Anyone have a better color picker?
Most color pickers out there (Such as the API demo, CWAC-Colormixer, and other freebies) just let you pick a color and offer few or no supporting features, such as
History of previously chosen ...
0
votes
1answer
202 views
change color value with colorpicker
How do I change the bgcolor of 'colorId'. I tried the code below and I want the bgcolor to change in the value 'val'. But from then on I m doing something wrong.
<script ...
1
vote
1answer
1k 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 ...
0
votes
2answers
479 views
Adding a color-picker toolbar like mspaint's
I want to add a color picker in my preferences dialog that is like mspaint's.
Is this possible to do with MFC? I'm using VC6 because the project was started on it a long time ago and now it can't be ...
