-
Notifications
You must be signed in to change notification settings - Fork 19
QrPixelShape
Alexander Zhirkevich edited this page Sep 5, 2022
·
3 revisions
Shape of the QR code light and dark pixels
fun interface QrPixelShape : QrShapeModifier
Implementation | Description |
---|---|
QrPixelShape.Default |
Square shape |
QrPixelShape.Circle |
Circle shape |
QrPixelShape.Rhombus |
Rhombus shape |
QrPixelShape.RoundCorners |
Rounded corners shape |
QrPixelShape.RoundCornersHorizontal |
Horizontal lines with rounded corners |
QrPixelShape.RoundCornersVertical |
Vertical lines with rounded corners |
QrPixelShape.Star |
Star shape |
Any QrShapeModifier
can be converted to QrPixelShape
using QrShapeModifier.asPixelShape
function