Example #1
0
 public function drawFaceRectangle($color = 'FF0000')
 {
     imagerectangle($this->_owner->image, $this->face['x'], $this->face['y'], $this->face['x'] + $this->face['w'], $this->face['y'] + $this->face['w'], Color::hexColorToIntColor($color));
     return $this;
 }