//qrcode-kotlin/qrcode/QRCodeBuilder/withBackgroundColor
[common]
fun withBackgroundColor(bgColor: Int): QRCodeBuilder
Background color of the QRCode.
Expected to be the Integer that represents an RGBA color. In short, use the Colors helpers ;)
Colors |