<?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[Hex zu Color -&amp;gt; negativ Color]]></title><description><![CDATA[<p>hallo,</p>
<p>Ich habe einen hexcode, von einem anderen Programm erstellt, den ich z.B. einen Panel als Farbe zuweisen will.<br />
Beispiel:</p>
<pre><code>AnsiString hexcode = &quot;F2AE7A&quot;;
Panel1-&gt;Color = StringToColor(&quot;0x&quot; + hexcode);
</code></pre>
<p>Ich habe dann aber immer die umgekehrte Farbe. Also wenn das andere Programm rot zeigt, ist es bei mir blau.<br />
Was mach ich falsch oder wie kann ich es negieren ?</p>
<p>danke</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/132079/hex-zu-color-gt-negativ-color</link><generator>RSS for Node</generator><lastBuildDate>Fri, 31 Jul 2026 01:03:24 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/132079.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 08 Jan 2006 05:35:36 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Hex zu Color -&amp;gt; negativ Color on Sun, 08 Jan 2006 05:38:20 GMT]]></title><description><![CDATA[<p>hallo,</p>
<p>Ich habe einen hexcode, von einem anderen Programm erstellt, den ich z.B. einen Panel als Farbe zuweisen will.<br />
Beispiel:</p>
<pre><code>AnsiString hexcode = &quot;F2AE7A&quot;;
Panel1-&gt;Color = StringToColor(&quot;0x&quot; + hexcode);
</code></pre>
<p>Ich habe dann aber immer die umgekehrte Farbe. Also wenn das andere Programm rot zeigt, ist es bei mir blau.<br />
Was mach ich falsch oder wie kann ich es negieren ?</p>
<p>danke</p>
]]></description><link>https://www.c-plusplus.net/forum/post/960372</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/960372</guid><dc:creator><![CDATA[OldMan00]]></dc:creator><pubDate>Sun, 08 Jan 2006 05:38:20 GMT</pubDate></item><item><title><![CDATA[Reply to Hex zu Color -&amp;gt; negativ Color on Sun, 08 Jan 2006 05:47:07 GMT]]></title><description><![CDATA[<p>ich glaub ich hab es gefunden ! da ist nicht RGB sondern BGR.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/960374</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/960374</guid><dc:creator><![CDATA[OldMan00]]></dc:creator><pubDate>Sun, 08 Jan 2006 05:47:07 GMT</pubDate></item><item><title><![CDATA[Reply to Hex zu Color -&amp;gt; negativ Color on Sun, 08 Jan 2006 05:50:14 GMT]]></title><description><![CDATA[<p>mathematisch waere es 0xBbGgRr, aber RrGgBb ist gebraeuchlicher.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/960375</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/960375</guid><dc:creator><![CDATA[c.rackwitz]]></dc:creator><pubDate>Sun, 08 Jan 2006 05:50:14 GMT</pubDate></item></channel></rss>