Rachel
Toggle table of contents
3.6.1
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.compose.components.qrcode
/
io.github.alexzhirkevich.qrose.options
/
QrCodeMatrix
Qr
Code
Matrix
class
QrCodeMatrix
(
val
size
:
Int
,
initialFill
:
QrCodeMatrix.PixelType
=
PixelType.Background
)
Members
Constructors
Qr
Code
Matrix
Link copied to clipboard
constructor
(
size
:
Int
,
initialFill
:
QrCodeMatrix.PixelType
=
PixelType.Background
)
constructor
(
list
:
List
<
List
<
QrCodeMatrix.PixelType
>
>
)
Types
Pixel
Type
Link copied to clipboard
enum
PixelType
:
Enum
<
QrCodeMatrix.PixelType
>
Properties
size
Link copied to clipboard
val
size
:
Int
Functions
copy
Link copied to clipboard
fun
copy
(
)
:
QrCodeMatrix
get
Link copied to clipboard
operator
fun
get
(
i
:
Int
,
j
:
Int
)
:
QrCodeMatrix.PixelType
set
Link copied to clipboard
operator
fun
set
(
i
:
Int
,
j
:
Int
,
type
:
QrCodeMatrix.PixelType
)