<?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[[ANSWERED] Is there a way to display HEX values from Color Maker HSBA to the stage?]]></title><description><![CDATA[<p>Hi,</p>
<p>I am prototyping a colour counter that returns seconds, minutes and colour information ie. displaying RGB, Hue and potentially hex values as the counter cycles through 360° hue spectrum. I have been able to extract the RGB and hue values but when I try to display the hex values they are converted. Is there a way of routing hex values without them being converted?</p>
<p>best wishes</p>
<p>Russell</p>]]></description><link>https://community.troikatronix.com/topic/7150/answered-is-there-a-way-to-display-hex-values-from-color-maker-hsba-to-the-stage</link><generator>RSS for Node</generator><lastBuildDate>Mon, 11 May 2026 18:35:59 GMT</lastBuildDate><atom:link href="https://community.troikatronix.com/topic/7150.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 07 Feb 2021 00:44:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [ANSWERED] Is there a way to display HEX values from Color Maker HSBA to the stage? on Mon, 08 Feb 2021 07:12:29 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/205">@bonemap</a> said:</p>
<blockquote>displaying RGB, Hue and potentially hex values as the counter cycles through 360° hue spectrum.</blockquote>
<p>Using a different approach to <a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/124">@DusX</a>, here's a user actor that a uses the Logical Calculator to shift the various components of the color (which is a 32-bit integer with A, R, G and B as 8-bit values) into the right place and then output them as integers that display as hex values. (I am not sure if you needed a string output or integer outputs.) Anyway, for what it's worth.</p>
<p><a href="/assets/uploads/files/1612768347790-color-to-hex-components.izz">color-to-hex-components.izz</a><br /></p>
<p>Best Wishes,<br />Mark</p>]]></description><link>https://community.troikatronix.com/post/44715</link><guid isPermaLink="true">https://community.troikatronix.com/post/44715</guid><dc:creator><![CDATA[mark]]></dc:creator><pubDate>Mon, 08 Feb 2021 07:12:29 GMT</pubDate></item><item><title><![CDATA[Reply to [ANSWERED] Is there a way to display HEX values from Color Maker HSBA to the stage? on Sun, 07 Feb 2021 04:15:37 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/124">@dusx</a> said:</p>
<blockquote>parsing string " P1:8X"</blockquote>
<p> Thanks that does the trick!</p><p>best wishes</p><p>Russell</p>]]></description><link>https://community.troikatronix.com/post/44695</link><guid isPermaLink="true">https://community.troikatronix.com/post/44695</guid><dc:creator><![CDATA[bonemap]]></dc:creator><pubDate>Sun, 07 Feb 2021 04:15:37 GMT</pubDate></item><item><title><![CDATA[Reply to [ANSWERED] Is there a way to display HEX values from Color Maker HSBA to the stage? on Sun, 07 Feb 2021 01:31:51 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/205">@bonemap</a> said:</p>
<blockquote>Is there a way of routing hex values without them being converted?</blockquote>
<p> I don't believe so (they are just a format representation of an Integer).<br />But if you run the Hex value into a 'Text Formatter' and use the parsing string " P1:8X"<br />You will get a text formatted version of it.</p><img src="/assets/uploads/files/1612661493805-image_2021-02-06_203133.png" /><p>I was doing just this the other day :)</p>]]></description><link>https://community.troikatronix.com/post/44693</link><guid isPermaLink="true">https://community.troikatronix.com/post/44693</guid><dc:creator><![CDATA[DusX]]></dc:creator><pubDate>Sun, 07 Feb 2021 01:31:51 GMT</pubDate></item></channel></rss>