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