This is a migrated thread and some comments may be shown as answers.

Question If Product Can Solve My Project Problems

1 Answer 17 Views
ColorPicker
This is a migrated thread and some comments may be shown as answers.
travis klein
Top achievements
Rank 1
travis klein asked on 09 Oct 2009, 07:09 AM
I am looking to have a color picker designed which is similar to this one here but yet different:
http://www.almsamim.com/color-picker.html

It visually is an HSV color space as the dimensions move the HSB numbers.

That one shows visually the HSV color space but actually it is using RGB color space to determine the value of the colors, because HSV is more of an intuitive visual representation.  In my color picker I need all 16,777,216 rgb hex colors to be able to be chosen uniquely with no duplicates.


In any case that is what I am looking for but with these key differences.

I need it 768 pixels x 768 pixels, so each color is going to take up a 9 (3x3) pixel square space. Also the movement of the cursor will only be on the center pixel of the 9 pixel squares.


Do you guys think this project could be accomplished using this program suite?  Thanks all!
Travis

1 Answer, 1 is accepted

Sort by
0
Tsvetie
Telerik team
answered on 12 Oct 2009, 02:50 PM
Hello Travis,
I already answered your other ticket with the same question. For your convenience, I give you the answer here as well:
***
It will not be difficult to style the RadColorPicker control so that it looks as you expect it to. However, it will not be easy to achieve the behavior of the dragHandle moving only from the center of a 9 pixel square space to the center of another 9 pixel square space. Basically, you will have to implement this feature yourself - that is, override some of the methods of the RadColorPicker and calculate the position of the dragHanle based on the position of the mouse.
***

Best wishes,
Tsvetie
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
ColorPicker
Asked by
travis klein
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
Share this question
or