QRCode-Kotlin
Toggle table of contents
4.3.0
common
Platform filter
common
Switch theme
Search in API
QRCode-Kotlin
QRCode-Kotlin
/
qrcode.color
/
Colors
/
rgba
rgba
@
JvmStatic
fun
rgba
(
r
:
Int
,
g
:
Int
,
b
:
Int
,
a
:
Int
=
255
)
:
Int
(
source
)
Builds an RGBA color value from its numerical components. All values must be between
0..255
.