5 use \Intervention\Image\Image;
6 use \Intervention\Image\Gd\Color;
38 imagefilledpolygon($image->
getCore(), $this->points, intval(count($this->points) / 2),
$background->getInt());
42 imagesetthickness($image->
getCore(), $this->border_width);
43 imagepolygon($image->
getCore(), $this->points, intval(count($this->points) / 2),
$border_color->getInt());