<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: color 0,255,0 in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/color-0-255-0/m-p/2612793#M14239</link>
    <description>Hi Jeff,&lt;BR /&gt;
&lt;BR /&gt;
The AutoCAD TrueColor range includes all colours from the set&lt;BR /&gt;
&lt;BR /&gt;
0 to 255, 0 to 255, 0 to 255&lt;BR /&gt;
&lt;BR /&gt;
Thus 0,255,0 is the TrueColor RGB definition of Green&lt;BR /&gt;
&lt;BR /&gt;
It is not reasonable to ask a drawing supplier to supply drawings not &lt;BR /&gt;
containing this colour (the implications would be that you are dictating &lt;BR /&gt;
that they do not use a standard AutoCAD colour setting method for any &lt;BR /&gt;
colour - not just 0,255,0), so you need to deal with it at your end.&lt;BR /&gt;
&lt;BR /&gt;
You could write a small program to check the TrueColor value of the &lt;BR /&gt;
layers (and objects if needed) and set the TrueColor.ColorIndex to &lt;BR /&gt;
acGreen. - or some other value with which your ctb file can cope.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Laurie Comerford&lt;BR /&gt;
&lt;BR /&gt;
jvanbenschoten wrote:&lt;BR /&gt;
&amp;gt; Help - I'm working with a company that sends us autocad drawings.  When I open their drawing and plot, typically we use a .ctb that changes all the colors to black and adjusts pen widths accordingly.  There is one color in the drawings that always shows up.  That color is 0,255,0 it appears on the screen as green, but when we plot, we can tell color 0,255,0 to change to black, therefore it always plots green, which is how it appears in model space.  I know that there isn't really a color 0,255,0, so how do i trick autocad into always printing it black instead of green, without going through the trouble of calling the company that always sends these files to us, and have them change on their end.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Thanks,&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Jeff Van Benschoten&lt;BR /&gt;
&amp;gt;</description>
    <pubDate>Thu, 07 Jan 2010 19:38:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-01-07T19:38:49Z</dc:date>
    <item>
      <title>color 0,255,0</title>
      <link>https://forums.autodesk.com/t5/vba-forum/color-0-255-0/m-p/2612792#M14238</link>
      <description>Help - I'm working with a company that sends us autocad drawings.  When I open their drawing and plot, typically we use a .ctb that changes all the colors to black and adjusts pen widths accordingly.  There is one color in the drawings that always shows up.  That color is 0,255,0 it appears on the screen as green, but when we plot, we can tell color 0,255,0 to change to black, therefore it always plots green, which is how it appears in model space.  I know that there isn't really a color 0,255,0, so how do i trick autocad into always printing it black instead of green, without going through the trouble of calling the company that always sends these files to us, and have them change on their end.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
&lt;BR /&gt;
Jeff Van Benschoten</description>
      <pubDate>Thu, 07 Jan 2010 18:42:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/color-0-255-0/m-p/2612792#M14238</guid>
      <dc:creator>jvanbenschoten</dc:creator>
      <dc:date>2010-01-07T18:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: color 0,255,0</title>
      <link>https://forums.autodesk.com/t5/vba-forum/color-0-255-0/m-p/2612793#M14239</link>
      <description>Hi Jeff,&lt;BR /&gt;
&lt;BR /&gt;
The AutoCAD TrueColor range includes all colours from the set&lt;BR /&gt;
&lt;BR /&gt;
0 to 255, 0 to 255, 0 to 255&lt;BR /&gt;
&lt;BR /&gt;
Thus 0,255,0 is the TrueColor RGB definition of Green&lt;BR /&gt;
&lt;BR /&gt;
It is not reasonable to ask a drawing supplier to supply drawings not &lt;BR /&gt;
containing this colour (the implications would be that you are dictating &lt;BR /&gt;
that they do not use a standard AutoCAD colour setting method for any &lt;BR /&gt;
colour - not just 0,255,0), so you need to deal with it at your end.&lt;BR /&gt;
&lt;BR /&gt;
You could write a small program to check the TrueColor value of the &lt;BR /&gt;
layers (and objects if needed) and set the TrueColor.ColorIndex to &lt;BR /&gt;
acGreen. - or some other value with which your ctb file can cope.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Laurie Comerford&lt;BR /&gt;
&lt;BR /&gt;
jvanbenschoten wrote:&lt;BR /&gt;
&amp;gt; Help - I'm working with a company that sends us autocad drawings.  When I open their drawing and plot, typically we use a .ctb that changes all the colors to black and adjusts pen widths accordingly.  There is one color in the drawings that always shows up.  That color is 0,255,0 it appears on the screen as green, but when we plot, we can tell color 0,255,0 to change to black, therefore it always plots green, which is how it appears in model space.  I know that there isn't really a color 0,255,0, so how do i trick autocad into always printing it black instead of green, without going through the trouble of calling the company that always sends these files to us, and have them change on their end.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Thanks,&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Jeff Van Benschoten&lt;BR /&gt;
&amp;gt;</description>
      <pubDate>Thu, 07 Jan 2010 19:38:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/color-0-255-0/m-p/2612793#M14239</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-07T19:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: color 0,255,0</title>
      <link>https://forums.autodesk.com/t5/vba-forum/color-0-255-0/m-p/2612794#M14240</link>
      <description>Color "0,255,0" is a TrueColor, and will always print in color regardless of your CTB settings.  Change the color of the layer (preferred) or object itself (if absolutely necessary) for it to plot according to the CTB settings.</description>
      <pubDate>Thu, 07 Jan 2010 19:41:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/color-0-255-0/m-p/2612794#M14240</guid>
      <dc:creator>dgorsman</dc:creator>
      <dc:date>2010-01-07T19:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: color 0,255,0</title>
      <link>https://forums.autodesk.com/t5/vba-forum/color-0-255-0/m-p/2612795#M14241</link>
      <description>Jeff,&lt;BR /&gt;
Not sure if modifying color of your drawing file layers is what you want to do... if you so this may help. &lt;BR /&gt;
This is something I built to help create layers. It can also be used to configure existing layers. &lt;BR /&gt;
&lt;BR /&gt;
Can be used to configure layer names equal to, ending with, or containing a specific string of text. &lt;BR /&gt;
It can configure color, visibility, line weight, line type, and flag plotable or not for existing layers. &lt;BR /&gt;
&lt;BR /&gt;
Sure it could be cleaned up.&lt;BR /&gt;
&lt;BR /&gt;
BQ</description>
      <pubDate>Tue, 19 Jan 2010 03:54:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/color-0-255-0/m-p/2612795#M14241</guid>
      <dc:creator>BQ</dc:creator>
      <dc:date>2010-01-19T03:54:53Z</dc:date>
    </item>
  </channel>
</rss>

