<?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[Transparente Farbe bei TImage]]></title><description><![CDATA[<p>Hallo,</p>
<p>Wenn ich auf einem Image zeichne (also mit MoveTo und LineTo) funktioniert die Transparente Farbe nicht mehr.</p>
<p>Ich habe dann das Bild gespeichert und neu geladen und das funktioniert. aber das ist doch nich ne wirkliche lösung oder?</p>
<p>schonmal danke</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/157020/transparente-farbe-bei-timage</link><generator>RSS for Node</generator><lastBuildDate>Mon, 10 Aug 2026 09:41:58 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/157020.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 22 Aug 2006 14:59:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Transparente Farbe bei TImage on Tue, 22 Aug 2006 14:59:17 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>Wenn ich auf einem Image zeichne (also mit MoveTo und LineTo) funktioniert die Transparente Farbe nicht mehr.</p>
<p>Ich habe dann das Bild gespeichert und neu geladen und das funktioniert. aber das ist doch nich ne wirkliche lösung oder?</p>
<p>schonmal danke</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1122225</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1122225</guid><dc:creator><![CDATA[Muhaaaa]]></dc:creator><pubDate>Tue, 22 Aug 2006 14:59:17 GMT</pubDate></item><item><title><![CDATA[Reply to Transparente Farbe bei TImage on Tue, 22 Aug 2006 15:20:13 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>ich verstehe nicht, was MoveTo und LineTo mit irgendeiner Transparent-Farbe zu tun haben.<br />
Bei meinem Versuch, in ein TImage mit Transparenz-Farbe mit LineTo zu zeichnen, wurde die Transparentfarbe ansich beibehalten.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1122234</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1122234</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Tue, 22 Aug 2006 15:20:13 GMT</pubDate></item><item><title><![CDATA[Reply to Transparente Farbe bei TImage on Tue, 22 Aug 2006 15:30:38 GMT]]></title><description><![CDATA[<p>hm... bei mir funzt es nicht.</p>
<p>FormCreate</p>
<pre><code class="language-cpp">DoubleBuffered = true;
Image1-&gt;Canvas-&gt;Pen-&gt;Width = 10;
Image1-&gt;Picture-&gt;Bitmap-&gt;TransparentColor = clWhite;
</code></pre>
<p>MouseDown</p>
<pre><code class="language-cpp">dwn = true;
Image1-&gt;Canvas-&gt;MoveTo(X,Y);
</code></pre>
<p>MouseMove</p>
<pre><code class="language-cpp">if (dwn) Image1-&gt;Canvas-&gt;LineTo(X,Y);
</code></pre>
<p>MouseUp</p>
<pre><code class="language-cpp">dwn = false;
</code></pre>
<p>dwn ist ein bool<br />
und bei image1 ist transparent natürlich auf true</p>
<p>die zeichnung bekommt einen weißen hintergrund.</p>
<p>das komische ist, das wenn ich bei FormCreate</p>
<pre><code class="language-cpp">DoubleBuffered = true;
Image1-&gt;Picture-&gt;Bitmap-&gt;TransparentColor = clWhite;
Image1-&gt;Canvas-&gt;Pen-&gt;Width = 10;
</code></pre>
<p>schreibe, kann ich gar nicht mehr zeichnen</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1122241</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1122241</guid><dc:creator><![CDATA[Muhaaaa]]></dc:creator><pubDate>Tue, 22 Aug 2006 15:30:38 GMT</pubDate></item><item><title><![CDATA[Reply to Transparente Farbe bei TImage on Thu, 24 Aug 2006 10:58:18 GMT]]></title><description><![CDATA[<p>Welche Farbe hat denn der Pen, also Image1-&gt;Canvas-&gt;Pen-&gt;Color ???</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1123606</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1123606</guid><dc:creator><![CDATA[Th]]></dc:creator><pubDate>Thu, 24 Aug 2006 10:58:18 GMT</pubDate></item><item><title><![CDATA[Reply to Transparente Farbe bei TImage on Thu, 24 Aug 2006 15:31:29 GMT]]></title><description><![CDATA[<p>das problem hatte ich auch.<br />
hab keine lösung dafür gefunden!</p>
<p>aber wenn du immer in einem TBitmap zeichnest und dieses dann in dein<br />
TImage zeichnest, dann funtkioniert des mit deiner transparenten farbe!</p>
<p>Gruß KY</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1123910</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1123910</guid><dc:creator><![CDATA[ky_fr34k]]></dc:creator><pubDate>Thu, 24 Aug 2006 15:31:29 GMT</pubDate></item></channel></rss>