<?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: RGB to GDL in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/RGB-to-GDL/m-p/103940#M38630</link>
    <description>Thank you!</description>
    <pubDate>Fri, 28 Jan 2005 15:28:04 GMT</pubDate>
    <dc:creator>eldhead</dc:creator>
    <dc:date>2005-01-28T15:28:04Z</dc:date>
    <item>
      <title>RGB to GDL</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/RGB-to-GDL/m-p/103936#M38626</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi,&lt;BR /&gt;
I´m trying to understand the RGB to GDL conversion,&lt;BR /&gt;
&lt;BR /&gt;
From the GDL reference manual:&lt;BR /&gt;
&lt;BR /&gt;
Example:&lt;BR /&gt;
DEFINE MATERIAL "water" 0,&lt;BR /&gt;
0.5284, 0.5989, 0.6167, &lt;BR /&gt;
!Comment surface RGB [0.0..1.0]&lt;BR /&gt;
...code...&lt;BR /&gt;
...more code...&lt;BR /&gt;
&lt;BR /&gt;
How can I translate RGB to GDL?&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 28 Jan 2005 11:41:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/RGB-to-GDL/m-p/103936#M38626</guid>
      <dc:creator>eldhead</dc:creator>
      <dc:date>2005-01-28T11:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: RGB to GDL</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/RGB-to-GDL/m-p/103937#M38627</link>
      <description>The decimal numbers are proportional, so that if RBG is normally done from 0 to 255, the GDL numbers are from 0 to 1, so a value of 127 normally would be about 0.5 in GDL.</description>
      <pubDate>Fri, 28 Jan 2005 12:32:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/RGB-to-GDL/m-p/103937#M38627</guid>
      <dc:creator>TomWaltz</dc:creator>
      <dc:date>2005-01-28T12:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: RGB to GDL</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/RGB-to-GDL/m-p/103938#M38628</link>
      <description>Hi&lt;BR /&gt;
&lt;BR /&gt;
I using:&lt;BR /&gt;

&lt;PRE&gt;RGB_R= 200 !----    0 to 255
......
DEFINE MATERIAL "water" 0, 
RGB_R/255, RGB_G/255, RGB_B/255, 
.....&lt;/PRE&gt;</description>
      <pubDate>Fri, 28 Jan 2005 14:04:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/RGB-to-GDL/m-p/103938#M38628</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-01-28T14:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: RGB to GDL</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/RGB-to-GDL/m-p/103939#M38629</link>
      <description>Lubos&lt;BR /&gt;
&lt;BR /&gt;
that's a good idea!!</description>
      <pubDate>Fri, 28 Jan 2005 15:07:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/RGB-to-GDL/m-p/103939#M38629</guid>
      <dc:creator>TomWaltz</dc:creator>
      <dc:date>2005-01-28T15:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: RGB to GDL</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/RGB-to-GDL/m-p/103940#M38630</link>
      <description>Thank you!</description>
      <pubDate>Fri, 28 Jan 2005 15:28:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/RGB-to-GDL/m-p/103940#M38630</guid>
      <dc:creator>eldhead</dc:creator>
      <dc:date>2005-01-28T15:28:04Z</dc:date>
    </item>
  </channel>
</rss>

