KiteQR
Toggle table of contents
0.1.0
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KiteQR
kiteqr-compose
/
io.github.yuroyami.kiteqr.compose
/
drawQrCode
draw
Qr
Code
fun
DrawScope
.
drawQrCode
(
matrix
:
BitMatrix
,
dark
:
Color
=
Color.Black
,
light
:
Color
=
Color.White
,
quietZone
:
Int
=
4
)
Draws
matrix
into the current
DrawScope
, centred and square.