<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "picture programming problems im new"]]></title>
		<link>http://forums.visual-paradigm.com/posts/14.html</link>
		<description><![CDATA[Latest messages posted in the topic "picture programming problems im new"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>picture programming problems im new</title>
				<description><![CDATA[ public void doSetAlpha( @ParamDescrip("alpha value (0-255)") int value )<br> {<br>     PixelColour alpha = new PixelColour( red, green, blue, value );<br>     Pixel nextPixel;<br> <br> for( int y = 100; y < myPic.getImgHeight(); y++ )<br>     	{<br>     		for( int x = 100; x < myPic.getImgWidth(); x++ )<br> 	           {<br> 	    			<br> 	              nextPixel = myPic.getPixel( x, y ); <br> 	              nextPixel.setColour(  alpha );<br> 	            }<br> 	}<br> }<br> <br> basically im setting the transparency in a picture and in the loop i cant figure out how to set it to scan the red green and blue levels so it will look proper  :wink: ]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2621#20010.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2621#20010.html</link>
				<pubDate><![CDATA[Tue, 6 Nov 2007 13:30:08]]></pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>