apidocs / com.nimmsta.core.android.util / MatrixToImageConfig

MatrixToImageConfig

open class MatrixToImageConfig

Source: QRGen Project https://github.com/kenglxn/QRGen Integrated into NIMMSTA to not clash namespace classes. License: Apache 2.0

Constructors

<init>

Creates a default config with on color #BLACK and off color #WHITE, generating normal black-on-white barcodes.

MatrixToImageConfig()MatrixToImageConfig(onColor: Int, offColor: Int)

Properties

BLACK

static val BLACK: Int

WHITE

static val WHITE: Int

Functions

getPixelOffColor

open fun getPixelOffColor(): Int

getPixelOnColor

open fun getPixelOnColor(): Int