//qrcode-kotlin/qrcode.render/QRCodeGraphics/nativeImage
[common, js]
[common]
expect fun nativeImage(): Any
[js]
actual open fun nativeImage(): Any
Returns the native image object this QRCodeGraphics is working upon.
[android]
actual open fun nativeImage(): Any
Returns the Bitmap object being worked upon.
[jvm]
actual open fun nativeImage(): Any
Returns the BufferedImage object being worked upon.