コード例 #1
0
 public function brightness($level)
 {
     $this->image_class->brightness($level);
     return $this;
 }