Package io.github.g0dkar.qrcode.internals

Types

Link copied to clipboard
data class QRCodeSquare(dark: Boolean, row: Int, col: Int, moduleSize: Int, type: QRCodeSquareType)

Represents a single QRCode square unit. It has information about its "color" (either dark or bright), its position (row and column) and what it represents.

Link copied to clipboard
enum QRCodeSquareType : Enum<QRCodeSquareType>

The types available for squares in a QRCode.