//qrcode-kotlin/qrcode/QRCodeBuilder/withBackgroundColor

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 ;)

See also

 
Colors