EFStyleResampleImageParamsTiming
public class EFStyleResampleImageParamsTiming
Timing pattern styling parameters for resample image QR codes.
-
The default color for timing patterns.
Declaration
Swift
public static let defaultColor: CGColor -
Creates timing pattern styling parameters.
Declaration
Swift
public init( style: EFStyleResampleImageParamTimingStyle = .rectangle, onlyWhite: Bool = false, size: CGFloat = 1, color: CGColor = EFStyleResampleImageParamsTiming.defaultColor )Parameters
styleThe style of the timing pattern. Defaults to rectangle.
onlyWhiteWhether to only use white. Defaults to false.
sizeThe size of the timing pattern. Defaults to 1.
colorThe color of the timing pattern. Defaults to default color.
View on GitHub
Install in Dash