KiteQR
Toggle table of contents
0.1.0
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KiteQR
kiteqr
/
io.github.yuroyami.kiteqr.common
/
BitMatrix
/
Companion
Companion
object
Companion
Members
Functions
parse
Link copied to clipboard
fun
parse
(
image
:
Array
<
BooleanArray
>
)
:
BitMatrix
Interprets a 2D array of booleans as a
BitMatrix
, where "true" means an "on" bit.
fun
parse
(
stringRepresentation
:
String
?
,
setString
:
String
,
unsetString
:
String
)
:
BitMatrix