<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
A simple approach would be to calculate the number of increments (ea
number of colors).<br>
Then for each R,G,B component of the start and end color, calculate the
difference, and divide by number of increments.<br>
With this information you can construct each of the desired colors.<br>
Example:<br>
Start color: 200,100,50<br>
End color: 50, 200, 100<br>
Steps: 10<br>
Increments: (200-50)/10=-15, (100-200)/10=10,(50-100)/10=-5<br>
<br>
Color x: 200 + (-15 * x), 100 + (10 * x), 50 + (-5 * x)<br>
<br>
Rounding and other annoying stuff obviously plays in, and needs to be
handled.<br>
<br>
A more elegant approach would be to use the ColorBrewer system:<br>
<a class="moz-txt-link-freetext" href="http://www.personal.psu.edu/cab38/ColorBrewer/ColorBrewer_intro.html">http://www.personal.psu.edu/cab38/ColorBrewer/ColorBrewer_intro.html</a><br>
<br>
This system takes into account the type of data you are trying to
visualize.<br>
<br>
<pre class="moz-signature" cols="72">Regards, Kenneth Skovhede, GEOGRAF A/S
</pre>
<br>
<br>
Arnaud De Groof skrev:
<blockquote
 cite="mid:22E55E9B9202984A9BE3AD4D1114465E54E082@spb-lge-mx01.spb.spacebel.be"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta name="Generator" content="Microsoft Word 11 (filtered medium)">
  <style>
<!--
 
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
p
        {mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:Arial;
        color:windowtext;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.Section1
        {page:Section1;}
-->
  </style>
  <div class="Section1">
  <p class="MsoNormal"><font face="Arial" size="2"><span
 style="font-size: 10pt; font-family: Arial;">Hi,</span></font></p>
  <p class="MsoNormal"><font face="Arial" size="2"><span
 style="font-size: 10pt; font-family: Arial;">&nbsp;</span></font></p>
  <p class="MsoNormal"><font face="Arial" size="2"><span
 style="font-size: 10pt; font-family: Arial;">I use the theme layer
application (PHP) and I would like
apply a degraded color to the layer according the value. Currently,
when I use
this application the color is given randomly. Could you explain me the
process
to obtain a degraded color with this function?</span></font></p>
  <p class="MsoNormal"><font face="Arial" size="2"><span
 style="font-size: 10pt; font-family: Arial;">&nbsp;</span></font></p>
  <p class="MsoNormal"><font face="Arial" size="2"><span
 style="font-size: 10pt; font-family: Arial;">Thanks,</span></font></p>
  <p class="MsoNormal"><font face="Arial" size="2"><span
 style="font-size: 10pt; font-family: Arial;">&nbsp;</span></font></p>
  <p class="MsoNormal"><font face="Arial" size="2"><span
 style="font-size: 10pt; font-family: Arial;">Arnaud De Groof </span></font></p>
  <p class="MsoNormal"><font face="Times New Roman" size="3"><span
 style="font-size: 12pt;">&nbsp;</span></font></p>
  </div>
<!--[object_id=#spacebel.be#]-->
  <p><font color="#0000ff"><font face="Tahoma"><strong>
  <hr><font size="2">E-MAIL DISCLAIMER</font></strong></font></font></p>
  <p><font color="#0000ff" face="Arial" size="1">The present message
may contain confidential and/or legally privileged information. If you
are not the intended addressee and in case of a transmission error,
please notify the sender immediately and destroy this E-mail.
Disclosure, reproduction or distribution of this document and its
possible attachments is strictly forbidden.</font></p>
  <p><font color="#0000ff" face="Arial" size="1">SPACEBEL denies all
liability for incomplete, improper, inaccurate, intercepted, (partly)
destroyed, lost and/or belated transmission of the current information
given that unencrypted electronic transmission cannot currently be
guaranteed to be secure or error free.<br>
Upon request or in conformity with formal, contractual agreements, an
originally signed hard copy will be sent to you to confirm the
information contained in this E-mail.</font></p>
  <p><font color="#0000ff" face="Arial" size="1">SPACEBEL denies all
liability where E-mail is used for private use.</font></p>
  <p><font size="2"><font color="#0000ff" face="Arial" size="1">SPACEBEL
cannot be held responsible for possible viruses that might corrupt this
message and/or your computer system.<br>
  </font></font></p>
  <font size="2"><font color="#0000ff" face="Arial">
  <hr></font></font>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
mapguide-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/mapguide-users">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a>
  </pre>
</blockquote>
</body>
</html>