trait BorderStyleTrait

Trait BorderStyleTrait

Methods

solid(int $width = null, string $color = null)

Adds a border around the image.

Details

static Border solid(int $width = null, string $color = null)

Adds a border around the image.

Parameters

Name Type Description
$width int The width in pixels.
$color string The color of the border.

Return Value

Border