-
Notifications
You must be signed in to change notification settings - Fork 21
QrLogoShape
Alexander Zhirkevich edited this page Sep 5, 2022
·
1 revision
Shape of the QR code logo
fun interface QrLogoShape : QrShapeModifier
Implementation | Description |
---|---|
QrLogoShape.Default |
Square shape |
QrLogoShape.Circle |
Circle shape |
QrLogoShape.Rhombus |
Rhombus shape |
QrLogoShape.RoundCorners |
Rounded corners shape |
Any QrShapeModifier
can be converted to QrLogoShape
using QrShapeModifier.asLogoShape
function