QRCode Generator implemented in pure Kotlin
//qrcode-kotlin/io.github.g0dkar.qrcode.render/Colors/rgba
[common] fun rgba(r: Int, g: Int, b: Int, a: Int = 255): Int
Builds an RGBA color value from its numerical components. All values must be between 0..255.
0..255