ImageSourceTrait
trait ImageSourceTrait
Trait ImageSourceTrait
Methods
image(string $publicId)
Adds another image layer.
fetch(string|null $fetchUrl)
Adds another image layer.
lut(string $lutId)
Applies a look-up table (LUT) file to the image.
text(string $text = null, string $style = null, string $color = null)
Adds a text layer.
Details
static ImageSourceTrait|ImageSource
image(string $publicId)
Adds another image layer.
static ImageSourceTrait|FetchImageSource
fetch(string|null $fetchUrl)
Adds another image layer.
static ImageSourceTrait|LutLayer
lut(string $lutId)
Applies a look-up table (LUT) file to the image.
static ImageSourceTrait|TextSource
text(string $text = null, string $style = null, string $color = null)
Adds a text layer.