//qrcode-kotlin/qrcode.render/QRCodeGraphics/fill

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.