/*============================================================================*/ /* [GRAYSCALE COLOUR CHART] */ $idCount = 1; for ($greyDez=255;$greyDez>-1;$greyDez-=1) { $greyHex = dechex($greyDez); if ((!substr($greyHex,1))&&(substr($greyHex,1)!=="0")) { $greyHex = "0" . $greyHex;} $smallNumHex = substr ($greyHex,1,1); if ((!$smallNumHex)&&($smallNumHex!="0")) { $greyHex = "0" . $greyHex;} // $colorDez = $greyDez . "," . $greyDez . "," . $greyDez; $colorHex = $greyHex . $greyHex . $greyHex; $colorHexT = strtoupper($colorHex); $outputCell = "