Skip to content

QrPixelShape

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

Shape of the QR code light and dark pixels

fun interface QrPixelShape : QrShapeModifier

Default implementations

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

Comments

Any QrShapeModifier can be converted to QrPixelShape using QrShapeModifier.asPixelShape function

Clone this wiki locally