-
Notifications
You must be signed in to change notification settings - Fork 18
QrFrameShape
Alexander Zhirkevich edited this page Sep 5, 2022
·
3 revisions
Shape of the QR code eye frame.
fun interface QrFrameShape : QrShapeModifier
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 |
Any QrShapeModifier
can be converted to QrFrameShape
using QrShapeModifier.asFrameShape
function