trait LayerQualifierTrait

Trait LayerQualifierTrait

Methods

overlay(string|mixed $source)

Sets the overlay source.

underlay(string|mixed $source)

Sets the underlay source.

Details

static ImageSource overlay(string|mixed $source)

Sets the overlay source.

Parameters

Name Type Description
$source string|mixed The source of the layer.

Return Value

ImageSource

static ImageSource underlay(string|mixed $source)

Sets the underlay source.

Parameters

Name Type Description
$source string|mixed The source of the layer.

Return Value

ImageSource