//qrcode-kotlin/qrcode/QRCodeBuilder/withColor
[common]
fun withColor(color: Int): QRCodeBuilder
Color of the cells of the QRCode.
Expected to be the Integer that represents an RGBA color. In short, use the Colors helpers ;)
Colors |
Colors.css |
Colors.rgba |
Colors.withAlpha |