EFStyleDSJParamsPosition

public class EFStyleDSJParamsPosition

Position detection pattern styling parameters for DSJ QR codes.

  • Default color for position detection patterns (blue).

    Declaration

    Swift

    public static let defaultColor: CGColor
  • Creates position detection pattern styling parameters.

    Declaration

    Swift

    public init(
        style: EFStyleParamsPositionStyle = .dsj,
        size: CGFloat = 0.925,
        color: CGColor = EFStyleDSJParamsPosition.defaultColor
    )

    Parameters

    style

    The style of the position detection pattern. Defaults to .dsj.

    size

    The size of the position detection pattern. Defaults to 0.925.

    color

    The color of the position detection pattern. Defaults to blue.