trait LayerQualifierTrait

Trait LayerQualifierTrait

Methods

overlay(mixed $source)

Sets the overlay source.

underlay(mixed $source)

Sets the underlay source.

Details

static ImageSource overlay(mixed $source)

Sets the overlay source.

Parameters

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

Return Value

ImageSource

static ImageSource underlay(mixed $source)

Sets the underlay source.

Parameters

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

Return Value

ImageSource