LinearGradientColorFunction

class LinearGradientColorFunction @JvmOverloads constructor(val startForegroundColor: Int, val endForegroundColor: Int, val backgroundColor: Int = Colors.WHITE, var vertical: Boolean = true) : QRCodeColorFunction(source)

Constructors

Link copied to clipboard
constructor(startForegroundColor: Int, endForegroundColor: Int, backgroundColor: Int = Colors.WHITE, vertical: Boolean = true)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun beforeRender(qrCode: QRCode, qrCodeGraphics: QRCodeGraphics)

Called before rendering starts, to setup something if needed

Link copied to clipboard
open override fun bg(row: Int, col: Int, qrCode: QRCode, qrCodeGraphics: QRCodeGraphics): Int

What is the background color

Link copied to clipboard
open fun colorFn(square: QRCodeSquare, qrCode: QRCode, qrCodeGraphics: QRCodeGraphics): Int
Link copied to clipboard
open override fun fg(row: Int, col: Int, qrCode: QRCode, qrCodeGraphics: QRCodeGraphics): Int

What is the foreground color

Link copied to clipboard
open override fun margin(row: Int, col: Int, qrCode: QRCode, qrCodeGraphics: QRCodeGraphics): Int

What is the margin color. Defaults to bg