QRCode Square
data class QRCodeSquare(dark: Boolean, row: Int, col: Int, moduleSize: Int, type: QRCodeSquareType)
Content copied to clipboard
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.
It can be part of a position probe (aka those big squares at the extermities), part of a position ajustment square, part of a timing pattern or just another square as any other :)
Author
Rafael Lins - g0dkar
Constructors
Link copied to clipboard
fun QRCodeSquare(dark: Boolean, row: Int, col: Int, moduleSize: Int, type: QRCodeSquareType = QRCodeSquareType.DEFAULT)
Content copied to clipboard