Default Color Function
open class DefaultColorFunction(foreground: Int = Colors.BLACK, background: Int = Colors.WHITE) : QRCodeColorFunction(source)
Default function for the QRCode cell color. Returns a color for the foreground ("dark") and another for the background and margin.
The default colors is Colors.BLACK for the foreground and Colors.WHITE for the background.