$this->colour['purple'] = ImageColorAllocate ($this->image, 0x80, 0x00, 0x80);\r
$this->colour['gray'] = ImageColorAllocate ($this->image, 0x80, 0x80, 0x80);\r
$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['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