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

nativeImage

[common, js, native]
[common]
expect open fun nativeImage(): Any

[js, native]
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.