public function brightness($level)
 {
     $this->image_class->brightness($level);
     return $this;
 }