trait EffectQualifierTrait

Trait EffectQualifierTrait

Methods

effect(string $effectName, mixed ...$values)

Injects a custom function into the image transformation pipeline.

Details

static EffectQualifier effect(string $effectName, mixed ...$values)

Injects a custom function into the image transformation pipeline.

Parameters

Name Type Description
$effectName string The name of the effect.
...$values mixed The effect values.

Return Value

EffectQualifier