EFStyleImageFillParamsImage
public class EFStyleImageFillParamsImage
Image configuration for image fill QR codes.
-
Creates an image configuration for image fill QR codes.
Declaration
Swift
public init( image: EFStyleParamImage, mode: EFImageMode = .scaleAspectFill, alpha: CGFloat = 1 )Parameters
imageThe image to be used as background.
modeThe image mode for scaling and positioning. Defaults to scaleAspectFill.
alphaThe alpha transparency value. Defaults to 1.0.
View on GitHub
Install in Dash