Skip to content

QrLogoShape

Alexander Zhirkevich edited this page Sep 5, 2022 · 1 revision

Shape of the QR code logo

fun interface QrLogoShape : QrShapeModifier

Default implementations

Implementation Description
QrLogoShape.Default Square shape
QrLogoShape.Circle Circle shape
QrLogoShape.Rhombus Rhombus shape
QrLogoShape.RoundCorners Rounded corners shape

Comments

Any QrShapeModifier can be converted to QrLogoShape using QrShapeModifier.asLogoShape function

Clone this wiki locally