Skip to content

QrFrameShape

Alexander Zhirkevich edited this page Sep 5, 2022 · 3 revisions

Shape of the QR code eye frame.

fun interface QrFrameShape : QrShapeModifier

Default implementations

Implementation Description
QRFrameShape.Default Square shape
QRFrameShape.AsPixelShape Special style for QR code eye frame - frame pixels will be counted as qr pixels. For example, QrPixelShape.Circle style will make eye frame look like a chaplet.
QRFrameShape.Circle Circle shape
QRFrameShape.RoundCorners Rounded corners shape

Comments

Any QrShapeModifier can be converted to QrFrameShape using QrShapeModifier.asFrameShape function

Clone this wiki locally