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