QRCode Shape Function
Function to render (draw) a single square.
Inheritors
Functions
Link copied to clipboard
Called before rendering starts, to set up something if needed
Link copied to clipboard
abstract fun renderControlSquare(xOffset: Int, yOffset: Int, colorFn: QRCodeColorFunction, square: QRCodeSquare, canvas: QRCodeGraphics, qrCode: QRCode)
Renders a control square (those bigger ones on the edges).
Link copied to clipboard
abstract fun renderSquare(x: Int, y: Int, colorFn: QRCodeColorFunction, square: QRCodeSquare, canvas: QRCodeGraphics, qrCode: QRCode)
Renders a single square.