<?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[Image1, Canvar Pixel xy in eine INT wandeln für R G B]]></title><description><![CDATA[<p>hi ho,</p>
<p>noch mal ne frage,</p>
<p>habe jetzt alles in einer Imagebox, als bmp.</p>
<p>wie bekomme ich jetzt wenn ich Memo1-&gt;Text = Image1-&gt;Canvas-&gt;Pixels[5][5];</p>
<p>das kopiere die einzelnen Farben raus R G B?<br />
möchte gerne jeden pixel in R G B teilen,</p>
<p>gruß philip</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/149799/image1-canvar-pixel-xy-in-eine-int-wandeln-für-r-g-b</link><generator>RSS for Node</generator><lastBuildDate>Sat, 08 Aug 2026 05:25:45 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/149799.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 09 Jun 2006 14:40:36 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Image1, Canvar Pixel xy in eine INT wandeln für R G B on Fri, 09 Jun 2006 14:40:36 GMT]]></title><description><![CDATA[<p>hi ho,</p>
<p>noch mal ne frage,</p>
<p>habe jetzt alles in einer Imagebox, als bmp.</p>
<p>wie bekomme ich jetzt wenn ich Memo1-&gt;Text = Image1-&gt;Canvas-&gt;Pixels[5][5];</p>
<p>das kopiere die einzelnen Farben raus R G B?<br />
möchte gerne jeden pixel in R G B teilen,</p>
<p>gruß philip</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1074661</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1074661</guid><dc:creator><![CDATA[keksohr666]]></dc:creator><pubDate>Fri, 09 Jun 2006 14:40:36 GMT</pubDate></item><item><title><![CDATA[Reply to Image1, Canvar Pixel xy in eine INT wandeln für R G B on Fri, 09 Jun 2006 14:47:54 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">int rot=GetRValue(Image1-&gt;Canvas-&gt;Pixels[5][5]);
int gruen=GetGValue(Image1-&gt;Canvas-&gt;Pixels[5][5]);
int blau=GetBValue(Image1-&gt;Canvas-&gt;Pixels[5][5]);
Memo1-&gt;Text=&quot;Rot &quot;+IntToStr(rot)+....
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1074667</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1074667</guid><dc:creator><![CDATA[Christian211]]></dc:creator><pubDate>Fri, 09 Jun 2006 14:47:54 GMT</pubDate></item></channel></rss>