<?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[[hsl2rgb]: HSL to RGB color converter (vanilla)]]></title><description><![CDATA[<p>What i like about the HSL color model is that if i leave saturation and lightness fixed and only change the hue, i get a linear representation of colors from all over the spectrum. With saturation at 100% and lightness at 50% i get bright and vivid colors that are clean mixes of only two RGB colors each. I think that gives a more intuitive access to colors and also possibly interesting ways to automate the use of colors. <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/smile.png" title="smile" alt=":smile:" /></p>
<p>This patch converts HSL to RGB colors: <a href="/uploads/files/1587281564273-hsl2rgb.zip">hsl2rgb.zip</a></p>
<p><img src="/uploads/files/1587281579986-bildschirmfoto-vom-2020-04-19-09-20-19.png" alt="Bildschirmfoto vom 2020-04-19 09-20-19.png" class="img-responsive img-markdown" /></p>
<p>This is an implementation of the algorithm i found here: <a href="https://stackoverflow.com/a/9493060" rel="nofollow">https://stackoverflow.com/a/9493060</a>.</p>
<p>Enjoy! <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/laughing.png" title="laughing" alt=":laughing:" /></p>
<p>Keywords: HSL. hue, saturation, lightness, HSB, hue, saturation, brightness, HSV, hue, saturation, value, RGB, red, green, blue, converter</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12742/hsl2rgb-hsl-to-rgb-color-converter-vanilla</link><generator>RSS for Node</generator><lastBuildDate>Sat, 16 May 2026 18:34:39 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/12742.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 19 Apr 2020 07:43:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [hsl2rgb]: HSL to RGB color converter (vanilla) on Sun, 19 Apr 2020 07:43:09 GMT]]></title><description><![CDATA[<p>What i like about the HSL color model is that if i leave saturation and lightness fixed and only change the hue, i get a linear representation of colors from all over the spectrum. With saturation at 100% and lightness at 50% i get bright and vivid colors that are clean mixes of only two RGB colors each. I think that gives a more intuitive access to colors and also possibly interesting ways to automate the use of colors. <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/smile.png" title="smile" alt=":smile:" /></p>
<p>This patch converts HSL to RGB colors: <a href="/uploads/files/1587281564273-hsl2rgb.zip">hsl2rgb.zip</a></p>
<p><img src="/uploads/files/1587281579986-bildschirmfoto-vom-2020-04-19-09-20-19.png" alt="Bildschirmfoto vom 2020-04-19 09-20-19.png" class="img-responsive img-markdown" /></p>
<p>This is an implementation of the algorithm i found here: <a href="https://stackoverflow.com/a/9493060" rel="nofollow">https://stackoverflow.com/a/9493060</a>.</p>
<p>Enjoy! <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/laughing.png" title="laughing" alt=":laughing:" /></p>
<p>Keywords: HSL. hue, saturation, lightness, HSB, hue, saturation, brightness, HSV, hue, saturation, value, RGB, red, green, blue, converter</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12742/hsl2rgb-hsl-to-rgb-color-converter-vanilla</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12742/hsl2rgb-hsl-to-rgb-color-converter-vanilla</guid><dc:creator><![CDATA[ingox]]></dc:creator><pubDate>Sun, 19 Apr 2020 07:43:09 GMT</pubDate></item><item><title><![CDATA[Reply to [hsl2rgb]: HSL to RGB color converter (vanilla) on Mon, 20 Apr 2020 05:17:57 GMT]]></title><description><![CDATA[<p>Great. Definitively.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12742/hsl2rgb-hsl-to-rgb-color-converter-vanilla/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12742/hsl2rgb-hsl-to-rgb-color-converter-vanilla/2</guid><dc:creator><![CDATA[Il pleut]]></dc:creator><pubDate>Mon, 20 Apr 2020 05:17:57 GMT</pubDate></item><item><title><![CDATA[Reply to [hsl2rgb]: HSL to RGB color converter (vanilla) on Tue, 21 Apr 2020 23:15:02 GMT]]></title><description><![CDATA[<p>It seems like it is not compatible with data structure ?<br />
Here is the system that I use for data structure colors right know:</p>
<p><img src="/uploads/files/1587510379779-screen-shot-2020-04-22-at-01.04.07.png" alt="Screen Shot 2020-04-22 at 01.04.07.png" class="img-responsive img-markdown" /></p>
<p>It could be expanded to lightess and saturation I think.</p>
<p><a href="/uploads/files/1587510591101-colorsystem.pd.zip">colorsystem.pd.zip</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12742/hsl2rgb-hsl-to-rgb-color-converter-vanilla/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12742/hsl2rgb-hsl-to-rgb-color-converter-vanilla/3</guid><dc:creator><![CDATA[Il pleut]]></dc:creator><pubDate>Tue, 21 Apr 2020 23:15:02 GMT</pubDate></item><item><title><![CDATA[Reply to [hsl2rgb]: HSL to RGB color converter (vanilla) on Tue, 21 Apr 2020 23:58:31 GMT]]></title><description><![CDATA[<p>@Il pleut i think you can use hsl with data structures if you combine this abstraction with some of this: <a href="https://forum.pdpatchrepo.info/topic/11085/how-to-convert-pd-s-color-numbers-for-data-structures-to-rgb" rel="nofollow">https://forum.pdpatchrepo.info/topic/11085/how-to-convert-pd-s-color-numbers-for-data-structures-to-rgb</a><br />
<img src="/uploads/files/1587513491602-hsl_data.png" alt="hsl_data.PNG" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12742/hsl2rgb-hsl-to-rgb-color-converter-vanilla/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12742/hsl2rgb-hsl-to-rgb-color-converter-vanilla/4</guid><dc:creator><![CDATA[Jona]]></dc:creator><pubDate>Tue, 21 Apr 2020 23:58:31 GMT</pubDate></item><item><title><![CDATA[Reply to [hsl2rgb]: HSL to RGB color converter (vanilla) on Wed, 22 Apr 2020 00:05:35 GMT]]></title><description><![CDATA[<p>Seems logical. I'll try.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12742/hsl2rgb-hsl-to-rgb-color-converter-vanilla/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12742/hsl2rgb-hsl-to-rgb-color-converter-vanilla/5</guid><dc:creator><![CDATA[Il pleut]]></dc:creator><pubDate>Wed, 22 Apr 2020 00:05:35 GMT</pubDate></item></channel></rss>