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

fillRect

[common, android, js, jvm, native]
[common]
expect open fun fillRect(x: Int, y: Int, width: Int, height: Int, color: Int)

[android, js, jvm, native]
actual open fun fillRect(x: Int, y: Int, width: Int, height: Int, color: Int)

Fills the rectangle starting at point (x,y) and having width by height.