public function opacity($opacity) { $opacity = $opacity / 100; $this->image_class->opacity($opacity); return $this; }