//qrcode-kotlin/io.github.g0dkar.qrcode.render
Name | Summary |
---|---|
Colors | [common] object Colors Just a lot of colors to use when drawing :) |
QRCodeGraphics | [common, android, js, jvm, native] [common] expect open class QRCodeGraphics(width: Int, height: Int) [android, js, jvm, native] actual open class QRCodeGraphics(val width: Int, val height: Int) |
QRCodeGraphicsFactory | [common] open class QRCodeGraphicsFactory A class used by QRCode to build instances of QRCodeGraphics. |