]> git.mjollnir.org Git - moodle.git/commitdiff
Orange
authormartin <martin>
Wed, 14 Aug 2002 05:58:36 +0000 (05:58 +0000)
committermartin <martin>
Wed, 14 Aug 2002 05:58:36 +0000 (05:58 +0000)
lib/graphlib.php

index 4857c6b083bff7510cba3cd193971a770640de8b..43bcfab6640b579b76ec5e42963400b7ad966a6a 100644 (file)
@@ -1378,6 +1378,9 @@ function init_colours() {
   $this->colour['red']      = ImageColorAllocate ($this->image, 0xFF, 0x00, 0x00);\r
   $this->colour['ltred']    = ImageColorAllocate ($this->image, 0xFF, 0x99, 0x99);\r
   $this->colour['ltltred']  = ImageColorAllocate ($this->image, 0xFF, 0xCC, 0xCC);\r
+  $this->colour['orange']   = ImageColorAllocate ($this->image, 0xFF, 0x66, 0x00);\r
+  $this->colour['ltorange']   = ImageColorAllocate ($this->image, 0xFF, 0x99, 0x66);\r
+  $this->colour['ltltorange'] = ImageColorAllocate ($this->image, 0xFF, 0xcc, 0x99);\r
   $this->colour['lime']     = ImageColorAllocate ($this->image, 0x00, 0xFF, 0x00);\r
   $this->colour['yellow']   = ImageColorAllocate ($this->image, 0xFF, 0xFF, 0x00);\r
   $this->colour['blue']     = ImageColorAllocate ($this->image, 0x00, 0x00, 0xFF);\r