//qrcode-kotlin/qrcode/QRCodeBuilder/withColor

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

See also

 
Colors
Colors.css
Colors.rgba
Colors.withAlpha