public function fill($color = '#000000')
 {
     $this->image_class->fill($color);
     return $this;
 }