//qrcode-kotlin/io.github.g0dkar.qrcode.render/QRCodeGraphics/fill

fill

[common, js, jvm, native]
[common]
expect open fun fill(color: Int)

[js, jvm, native]
actual open fun fill(color: Int)

Fill the whole area of this canvas with the specified color.

[android]
actual open fun fill(color: Int)

Fill the whole area of this canvas with the especified color.