OverlayType
public enum OverlayType
The overlay
parameter allows you to put one image on top of another.
You need to specify the relative URL of the image as value for this parameter.
SeeOverlay Settings
-
The
overlay-align
parameter lets you define the position of the overlay image.Declaration
Swift
case align(OverlayAlign)
-
The
overlay-repeat
parameter lets you define how the overlay image will be repeated on the given image.Declaration
Swift
case `repeat`(OverlayRepeat)
-
The
overlay-width
parameter lets you define the width of the overlay image. Theoverlay-height
parameter lets you define the height of the overlay image.Declaration
Swift
case size(Size)