setOpacity()
setOpacity(float $opacity) : \Pop\Image\Draw\DrawInterface
Set the opacity
Parameters
| float | $opacity |
Draw interface
setOpacity(float $opacity) : \Pop\Image\Draw\DrawInterface
Set the opacity
| float | $opacity |
setFillColor(\Pop\Image\Color\ColorInterface $color) : \Pop\Image\Draw\DrawInterface
Set fill color
| \Pop\Image\Color\ColorInterface | $color |
setStrokeColor(\Pop\Image\Color\ColorInterface $color) : \Pop\Image\Draw\DrawInterface
Set stroke color
| \Pop\Image\Color\ColorInterface | $color |
setStrokeWidth(integer $w) : \Pop\Image\Draw\DrawInterface
Get stroke width
| integer | $w |