trait BorderQualifierTrait

Trait BorderQualifierTrait

Methods

border(array ...$value)

Adds a border around the image.

Details

static BorderQualifier border(array ...$value)

Adds a border around the image.

Parameters

Name Type Description
...$value array The color, width and style of the border. Currently, only solid is supported for style. Colors can be set as an RGB or RGBA hex triplet or quadruplet, a 3- or 4-digit RGB/RGBA hex, or a named color.

Return Value

BorderQualifier