<?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[[pix_coloralpha]]]></title><description><![CDATA[<p>I really like the [pix_coloralpha] object......the problem for is that it seems to be just a toggle on/off affair...</p>
<p>I tried substituting the number box for the toggle with the same result...0-1/-1 results in merely switching the effect on or off...</p>
<p>What I would like is to adjust the effect gradually..</p>
<p>Any thoughts?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10016/pix_coloralpha</link><generator>RSS for Node</generator><lastBuildDate>Sun, 17 May 2026 15:13:40 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/10016.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 25 Apr 2016 22:41:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [pix_coloralpha] on Mon, 25 Apr 2016 22:41:59 GMT]]></title><description><![CDATA[<p>I really like the [pix_coloralpha] object......the problem for is that it seems to be just a toggle on/off affair...</p>
<p>I tried substituting the number box for the toggle with the same result...0-1/-1 results in merely switching the effect on or off...</p>
<p>What I would like is to adjust the effect gradually..</p>
<p>Any thoughts?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10016/pix_coloralpha</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10016/pix_coloralpha</guid><dc:creator><![CDATA[lovelovevideo]]></dc:creator><pubDate>Mon, 25 Apr 2016 22:41:59 GMT</pubDate></item><item><title><![CDATA[Reply to [pix_coloralpha] on Tue, 26 Apr 2016 08:25:16 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/lovelovevideo">@lovelovevideo</a> [pix_coloralpha sets the alpha channel to the mean rgb for every pixel.....<br />
Maybe [pix_alpha] will be more useful as threshold can be set for color levels.......<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10016/pix_coloralpha/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10016/pix_coloralpha/2</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Tue, 26 Apr 2016 08:25:16 GMT</pubDate></item><item><title><![CDATA[Reply to [pix_coloralpha] on Wed, 27 Apr 2016 22:30:23 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/whale-av">@whale-av</a> thxx, what I wanted was to adjust the intensity of the effect in real time...</p>
<p>However, [pix_alpha] has proven very useful as I was also looking for a transparency effect........I am thinking a combination of [metro] and different messages may get me closer?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10016/pix_coloralpha/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10016/pix_coloralpha/3</guid><dc:creator><![CDATA[lovelovevideo]]></dc:creator><pubDate>Wed, 27 Apr 2016 22:30:23 GMT</pubDate></item><item><title><![CDATA[Reply to [pix_coloralpha] on Tue, 24 May 2016 07:34:05 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/lovelovevideo">@lovelovevideo</a> Essentially you want to use your alpha channel to control opacity to create a sort of fading effect? And you're trying to convert whatever value is feeding into the alpha channel from an integer into a float--a decimal value between 0 and 1?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10016/pix_coloralpha/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10016/pix_coloralpha/4</guid><dc:creator><![CDATA[cwp]]></dc:creator><pubDate>Tue, 24 May 2016 07:34:05 GMT</pubDate></item><item><title><![CDATA[Reply to [pix_coloralpha] on Tue, 24 May 2016 08:27:47 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/lovelovevideo">@lovelovevideo</a> ok, so maybe this is way basic and obvious, but... i've had a similar problem and decided to use [colorRGB] to manipulate &quot;opacity&quot;:</p>
<p>Below is just an example. Essentially you want to choose an integer range between 0 and whatever positive integer (the alpha inlet of [colorRGB] uses values between 0 and positive 1). Your input has to be within this range (e.g. 25, 10, 5, etc.). Then divide the input by the range (50) and thus you will yield a float (decimal value) between 0 and 1. The resultant float (decimal) values will be &quot;spaced&quot; out in the same increments as your integer range (i.e. input 5/50 = .1, 10/50 = .2, 15/50 = .3, etc).</p>
<p>I hope this helps and isn't more confusing or besides the point!</p>
<p><img src="/uploads/files/1464077681196-screen-shot-2016-05-24-at-2.12.32-am.png" alt="Screen Shot 2016-05-24 at 2.12.32 AM.png" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10016/pix_coloralpha/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10016/pix_coloralpha/5</guid><dc:creator><![CDATA[cwp]]></dc:creator><pubDate>Tue, 24 May 2016 08:27:47 GMT</pubDate></item><item><title><![CDATA[Reply to [pix_coloralpha] on Wed, 25 May 2016 21:31:34 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/cwp">@cwp</a> thanks so much for your response! ok...i'll try it out!</p>
<p>I have been looking for different ways too adjust the intensity of colors(in images) in real time....[contrast] also works, however, it seems to be a bit slow when combined with lots of other objects/effects etc...</p>
<p>EDIT: I think a lot of the magic in this area is going to be with GLSL shaders etc.....an underexposed topic around here, however, some diligent searching can yield some fruit:P</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10016/pix_coloralpha/6</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10016/pix_coloralpha/6</guid><dc:creator><![CDATA[lovelovevideo]]></dc:creator><pubDate>Wed, 25 May 2016 21:31:34 GMT</pubDate></item></channel></rss>