QRCode Generator implemented in pure Kotlin
//qrcode-kotlin/qrcode.render/QRCodeGraphics/fill
[common, android, js, jvm] [common] expect fun fill(color: Int)
[android, js, jvm] actual open fun fill(color: Int)
Fill the whole area of this canvas with the specified color.