<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://communities.bentley.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Plotting truecolor 255,255,255</title><link>https://communities.bentley.com/products/microstation/microstation_printing/f/printing-and-plotting-forum/65050/plotting-truecolor-255-255-255</link><description>Using truecolor 255,255,255 instead of colornr. 0 
 Plotting with printersfiles like printer.pltcfg, pdf.pltcfg etc. the truecolor 255,255,255 is not printable. Why and how to solve this? 
 Symbology Overrides is not an option 
 Regards, 
 Martin</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>Re: Plotting truecolor 255,255,255</title><link>https://communities.bentley.com/thread/221580?ContentTypeID=1</link><pubDate>Wed, 19 Sep 2012 00:03:14 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:9c5921c1-060e-45fd-b420-b8ef29dc07de</guid><dc:creator>Oto</dc:creator><description>&lt;p&gt;Change request &amp;nbsp;343558 is filed against this issue to create similar variable to MS_PLT_INVERT_WHITE_COLORS also for RGB colors.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;For example it could be like this:&lt;/strong&gt; MS_PLT_INVERT_WHITE_RGB_COLORS = (255,255,255)&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As a workaround I have created this pentable macro. Why RGB color index is returned as either 512 or 1280 I have no idea but it works. If other RGB colors are needed then uncomment &lt;em&gt;print elm.color&lt;/em&gt;, run print and check text window.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;Function RGB_W2B (elm as MbeElement) As Long&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;#39;&amp;nbsp;&amp;nbsp;&amp;nbsp; print elm.color&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;code&gt;&amp;nbsp; If&amp;nbsp; elm.color=256 then elm.color=0&lt;/code&gt; &amp;nbsp;&lt;br /&gt;&amp;nbsp; If&amp;nbsp; elm.color=512 then elm.color=0&lt;br /&gt;If&amp;nbsp; elm.color=1280 then elm.color=0&lt;br /&gt;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RGB_W2B = MBE_ElemNormal&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;End Function&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Plotting truecolor 255,255,255</title><link>https://communities.bentley.com/thread/164568?ContentTypeID=1</link><pubDate>Mon, 14 Mar 2011 18:10:37 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:00ad857b-9979-4206-a50f-4e215c2dc0b5</guid><dc:creator>Andrew Edge</dc:creator><description>&lt;p&gt;*Index* colors 0 and 7 are automatically converted from white to black when printing, if the background color is white. &amp;nbsp;*RGB* colors, including (255, 255, 255) are always printed as-is.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Plotting truecolor 255,255,255</title><link>https://communities.bentley.com/thread/164516?ContentTypeID=1</link><pubDate>Mon, 14 Mar 2011 09:00:48 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:d264d6bc-9bf8-469d-a1e6-1100bcd8986d</guid><dc:creator>danny-cooley</dc:creator><description>&lt;p&gt;Hello&lt;/p&gt;
&lt;p&gt;255, 255, 255 should normally be &amp;#39;background colour&amp;#39;. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Normally, elements set to use the &amp;#39;background colour&amp;#39; wouldn&amp;#39;t show up when printed&lt;/p&gt;
&lt;p&gt;In the sheet, or drawings, you would normally want to set the colour to &amp;#39;0&amp;#39; White. On the Sheet (white background) it will display as black so the you can see it. This is so that you can see the lines as white in the &amp;#39;modelling environment&amp;#39;, but they will print as black on a white sheet of paper&lt;/p&gt;
&lt;p&gt;You couldn&amp;#39;t use black lines on a black background (or you wouldn&amp;#39;t be able to see them of course). So they are &amp;#39;drawn&amp;#39; white, but the assumption is that then you will be printing on a white sheet of paper (so then they are automatically converted to black)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>