<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How can i create a color specturm picker]]></title><description><![CDATA[<p>I would like to create an RGB color picker based on the the XY color spectrum. I have some LEDS and would like to select the color using the spectrum rather the three faders. this would require controlling the 3 faders using only 2.</p>
<p>I created a patch but could only get this far.</p>
<p>any help would be greatly appreciated. Thank you in advance.</p>
<p>here is a link of what i'm talking about.</p>
<p><a href="http://www.google.com/imgres?imgurl=http://blommit.com/wp-content/uploads/2008/12/spectrum.jpg&amp;imgrefurl=http://blommit.com/2008/12/27/the-ones-we-cant-see/&amp;h=400&amp;w=600&amp;sz=21&amp;tbnid=HguLqKMqh9ywVM:&amp;tbnh=90&amp;tbnw=135&amp;prev=/images%3Fq%3Dcolor%2Bspectrum&amp;zoom=1&amp;q=color+spectrum&amp;usg=__iomySBgMqPG4XqpLHr0-rpOReG8=&amp;sa=X&amp;ei=PP1ZTYqNNcTYgAe4zLCdDQ&amp;ved=0CCYQ9QEwAA" rel="nofollow">http://www.google.com/imgres?imgurl=http://blommit.com/wp-content/uploads/2008/12/spectrum.jpg&amp;imgrefurl=http://blommit.com/2008/12/27/the-ones-we-cant-see/&amp;h=400&amp;w=600&amp;sz=21&amp;tbnid=HguLqKMqh9ywVM:&amp;tbnh=90&amp;tbnw=135&amp;prev=/images%3Fq%3Dcolor%2Bspectrum&amp;zoom=1&amp;q=color+spectrum&amp;usg=__iomySBgMqPG4XqpLHr0-rpOReG8=&amp;sa=X&amp;ei=PP1ZTYqNNcTYgAe4zLCdDQ&amp;ved=0CCYQ9QEwAA</a></p>
<p><a href="http://www.pdpatchrepo.info/hurleur/X_Y_spectrum_picker.pd" rel="nofollow">http://www.pdpatchrepo.info/hurleur/X_Y_spectrum_picker.pd</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/4740/how-can-i-create-a-color-specturm-picker</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Jul 2026 22:02:43 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/4740.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 15 Feb 2011 04:13:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How can i create a color specturm picker on Tue, 15 Feb 2011 04:13:43 GMT]]></title><description><![CDATA[<p>I would like to create an RGB color picker based on the the XY color spectrum. I have some LEDS and would like to select the color using the spectrum rather the three faders. this would require controlling the 3 faders using only 2.</p>
<p>I created a patch but could only get this far.</p>
<p>any help would be greatly appreciated. Thank you in advance.</p>
<p>here is a link of what i'm talking about.</p>
<p><a href="http://www.google.com/imgres?imgurl=http://blommit.com/wp-content/uploads/2008/12/spectrum.jpg&amp;imgrefurl=http://blommit.com/2008/12/27/the-ones-we-cant-see/&amp;h=400&amp;w=600&amp;sz=21&amp;tbnid=HguLqKMqh9ywVM:&amp;tbnh=90&amp;tbnw=135&amp;prev=/images%3Fq%3Dcolor%2Bspectrum&amp;zoom=1&amp;q=color+spectrum&amp;usg=__iomySBgMqPG4XqpLHr0-rpOReG8=&amp;sa=X&amp;ei=PP1ZTYqNNcTYgAe4zLCdDQ&amp;ved=0CCYQ9QEwAA" rel="nofollow">http://www.google.com/imgres?imgurl=http://blommit.com/wp-content/uploads/2008/12/spectrum.jpg&amp;imgrefurl=http://blommit.com/2008/12/27/the-ones-we-cant-see/&amp;h=400&amp;w=600&amp;sz=21&amp;tbnid=HguLqKMqh9ywVM:&amp;tbnh=90&amp;tbnw=135&amp;prev=/images%3Fq%3Dcolor%2Bspectrum&amp;zoom=1&amp;q=color+spectrum&amp;usg=__iomySBgMqPG4XqpLHr0-rpOReG8=&amp;sa=X&amp;ei=PP1ZTYqNNcTYgAe4zLCdDQ&amp;ved=0CCYQ9QEwAA</a></p>
<p><a href="http://www.pdpatchrepo.info/hurleur/X_Y_spectrum_picker.pd" rel="nofollow">http://www.pdpatchrepo.info/hurleur/X_Y_spectrum_picker.pd</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/4740/how-can-i-create-a-color-specturm-picker</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/4740/how-can-i-create-a-color-specturm-picker</guid><dc:creator><![CDATA[djbigh]]></dc:creator><pubDate>Tue, 15 Feb 2011 04:13:43 GMT</pubDate></item><item><title><![CDATA[Reply to How can i create a color specturm picker on Thu, 17 Feb 2011 03:17:59 GMT]]></title><description><![CDATA[<p>Hello djbigh:<br />
I think that you will have to deal with colour spaces. The image that is shown in the link you posted is a non linear representation of the RGB colour space. It seems that in the picture the vertical axis is value or saturation and horizontal axis is hue in an HSV colour space. Please note that the scale of gray is shown on top of the picture. For a mathematical conversion this could be a drawback.<br />
If you need colours and not grayscales such representation could be useful for you. I searched in the web for some algorithm that could give us the pixel colour in RGB as a result of X and Y coordinates. I found these following link useful:</p>
<p><a href="http://en.wikipedia.org/wiki/HSL_and_HSV" rel="nofollow">http://en.wikipedia.org/wiki/HSL_and_HSV</a><br />
<a href="http://www.easyrgb.com/index.php?X=MATH&amp;H=21#text21" rel="nofollow">http://www.easyrgb.com/index.php?X=MATH&amp;H=21#text21</a></p>
<p>Good luck!</p>
<p>Sumidero</p>
<p>PD: I'm sorry it is quite late and my neurons do not respond at full capacity so as to give a proper answer or patch.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/4740/how-can-i-create-a-color-specturm-picker/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/4740/how-can-i-create-a-color-specturm-picker/2</guid><dc:creator><![CDATA[sumidero]]></dc:creator><pubDate>Thu, 17 Feb 2011 03:17:59 GMT</pubDate></item><item><title><![CDATA[Reply to How can i create a color specturm picker on Tue, 24 Apr 2012 09:07:15 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>1- For conversion between colorspaces (hsv to rgb or vice-versa) you can use [hsv2rgb] and [rgb2hsv], which is I guess what Sumidero's second link suggests.</p>
<p>2- I'm looking fo something similar, be it that I'm trying to find a way of reading out specific points in rendered gradients. I'm using [colorsquare] and basically want to read out a number of points spread in this rectangle, e.g. 6 equally spaced points where I'd pick the color, and later send it to a series of LEDs. Yes, you could say that is basically the same as reducing the resolution of the gradient (a 2D line is fine with me) to 6 steps. But I'll be mixing colors in realtime creating various complex meshes. I guess I should make some way of reading out particular points in the array of that updated color mesh... Anyone who can help me with that?</p>
<p>Thanks, siziw.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/4740/how-can-i-create-a-color-specturm-picker/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/4740/how-can-i-create-a-color-specturm-picker/3</guid><dc:creator><![CDATA[siziw]]></dc:creator><pubDate>Tue, 24 Apr 2012 09:07:15 GMT</pubDate></item><item><title><![CDATA[Reply to How can i create a color specturm picker on Tue, 24 Apr 2012 16:50:04 GMT]]></title><description><![CDATA[<p>Just in case you didn't know, there is something like [colorpanel]..</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/4740/how-can-i-create-a-color-specturm-picker/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/4740/how-can-i-create-a-color-specturm-picker/4</guid><dc:creator><![CDATA[Flipp]]></dc:creator><pubDate>Tue, 24 Apr 2012 16:50:04 GMT</pubDate></item></channel></rss>