<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Transparency in uicontrols	</title>
	<atom:link href="https://undocumentedmatlab.com/articles/transparency-in-uicontrols/feed" rel="self" type="application/rss+xml" />
	<link>https://undocumentedmatlab.com/articles/transparency-in-uicontrols?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=transparency-in-uicontrols</link>
	<description>Professional Matlab consulting, development and training</description>
	<lastBuildDate>Fri, 03 Jun 2016 22:05:13 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>
	<item>
		<title>
		By: edouard		</title>
		<link>https://undocumentedmatlab.com/articles/transparency-in-uicontrols#comment-379018</link>

		<dc:creator><![CDATA[edouard]]></dc:creator>
		<pubDate>Fri, 03 Jun 2016 22:05:13 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=5302#comment-379018</guid>

					<description><![CDATA[Hello Yair! your codes are great!!! I used the transparent background one. It helped me a lot. 

I would add as a NB that the position &quot;pos&quot; used by the getframe function is set in the coordinate system of the axes graph, meaning the position of the child image and the position used in the getframe function should be seperated. Otherwise the getframe function take the background from another part of the image. 

I just have one question. When I superimpose the child image on the parent somewhere away from the edges I get a thin line colored by the &#039;BackgroundColor&#039; on the left edge of the child image, meaning everything I want to be transparent is transparent except for that thin line. Do you have any idea what that could be due to? It seems to be something to do with the &#039;Extent&#039; but I can&#039;t figure it out..

Thanks]]></description>
			<content:encoded><![CDATA[<p>Hello Yair! your codes are great!!! I used the transparent background one. It helped me a lot. </p>
<p>I would add as a NB that the position &#8220;pos&#8221; used by the getframe function is set in the coordinate system of the axes graph, meaning the position of the child image and the position used in the getframe function should be seperated. Otherwise the getframe function take the background from another part of the image. </p>
<p>I just have one question. When I superimpose the child image on the parent somewhere away from the edges I get a thin line colored by the &#8216;BackgroundColor&#8217; on the left edge of the child image, meaning everything I want to be transparent is transparent except for that thin line. Do you have any idea what that could be due to? It seems to be something to do with the &#8216;Extent&#8217; but I can&#8217;t figure it out..</p>
<p>Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/transparency-in-uicontrols#comment-375034</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Mon, 25 Apr 2016 08:14:53 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=5302#comment-375034</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/transparency-in-uicontrols#comment-375033&quot;&gt;Jeff&lt;/a&gt;.

@Jeff - try changing your figure&#039;s &lt;b&gt;Renderer&lt;/b&gt; property value to &lt;code&gt;&#039;OpenGL&#039;&lt;/code&gt; - painters/zbuffer do not support transparency (&lt;a href=&quot;http://uk.mathworks.com/help/releases/R2012a/techdoc/creating_plots/f3-84337.html?refresh=true#f3-102410&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;details&lt;/a&gt;).]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/transparency-in-uicontrols#comment-375033">Jeff</a>.</p>
<p>@Jeff &#8211; try changing your figure&#8217;s <b>Renderer</b> property value to <code>'OpenGL'</code> &#8211; painters/zbuffer do not support transparency (<a href="http://uk.mathworks.com/help/releases/R2012a/techdoc/creating_plots/f3-84337.html?refresh=true#f3-102410" target="_blank" rel="nofollow">details</a>).</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jeff		</title>
		<link>https://undocumentedmatlab.com/articles/transparency-in-uicontrols#comment-375033</link>

		<dc:creator><![CDATA[Jeff]]></dc:creator>
		<pubDate>Mon, 25 Apr 2016 07:59:03 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=5302#comment-375033</guid>

					<description><![CDATA[Hello Yair,
I have used your exact code found in section &quot;Transparent Background&quot;, but the generated figure does not render the same as your example. There are vertical striations in the transparent button image. (Please see &lt;a href=&quot;https://www.dropbox.com/s/ry9bu7sxk5zy0hx/matlab_transparency.JPG?dl=0&quot; rel=&quot;nofollow&quot;&gt;screenshot&lt;/a&gt;). 
&lt;a href=&quot;http://undocumentedmatlab.com/images/matlab_transparency.jpg&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://undocumentedmatlab.com/images/matlab_transparency_200x183.jpg&quot; title=&quot;&quot; width=&quot;200&quot; height=&quot;183&quot; /&gt;&lt;/a&gt;
I&#039;m wondering if it is a software version issue. I&#039;m running R2015b. Any ideas/solutions to repair this issue?
Thank you.]]></description>
			<content:encoded><![CDATA[<p>Hello Yair,<br />
I have used your exact code found in section &#8220;Transparent Background&#8221;, but the generated figure does not render the same as your example. There are vertical striations in the transparent button image. (Please see <a href="https://www.dropbox.com/s/ry9bu7sxk5zy0hx/matlab_transparency.JPG?dl=0" rel="nofollow">screenshot</a>).<br />
<a href="http://undocumentedmatlab.com/images/matlab_transparency.jpg" target="_blank" rel="nofollow"><img alt="" src="http://undocumentedmatlab.com/images/matlab_transparency_200x183.jpg" title="" width="200" height="183" /></a><br />
I&#8217;m wondering if it is a software version issue. I&#8217;m running R2015b. Any ideas/solutions to repair this issue?<br />
Thank you.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/transparency-in-uicontrols#comment-372861</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Sat, 26 Mar 2016 16:51:17 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=5302#comment-372861</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/transparency-in-uicontrols#comment-372850&quot;&gt;Sergio&lt;/a&gt;.

@Sergio - see http://undocumentedmatlab.com/blog/button-customization

More details can be found in Chapter 6 of my &lt;a href=&quot;http://undocumentedmatlab.com/books/matlab-java&quot; rel=&quot;nofollow&quot;&gt;Matlab-Java programming book&lt;/a&gt;.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/transparency-in-uicontrols#comment-372850">Sergio</a>.</p>
<p>@Sergio &#8211; see <a href="http://undocumentedmatlab.com/blog/button-customization" rel="ugc">http://undocumentedmatlab.com/blog/button-customization</a></p>
<p>More details can be found in Chapter 6 of my <a href="http://undocumentedmatlab.com/books/matlab-java" rel="nofollow">Matlab-Java programming book</a>.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sergio		</title>
		<link>https://undocumentedmatlab.com/articles/transparency-in-uicontrols#comment-372850</link>

		<dc:creator><![CDATA[Sergio]]></dc:creator>
		<pubDate>Sat, 26 Mar 2016 11:51:53 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=5302#comment-372850</guid>

					<description><![CDATA[It was a very well way to learn customize uicontrols. 

But I have a doubt. Is posible that a &quot;CDATA image&quot; can be placed in a left or right position of uicontrol object, not in the center position of uicontrol ?

Thank you. 

Att: A Engineer.]]></description>
			<content:encoded><![CDATA[<p>It was a very well way to learn customize uicontrols. </p>
<p>But I have a doubt. Is posible that a &#8220;CDATA image&#8221; can be placed in a left or right position of uicontrol object, not in the center position of uicontrol ?</p>
<p>Thank you. </p>
<p>Att: A Engineer.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
