open class MatrixToImageConfig
Source: QRGen Project https://github.com/kenglxn/QRGen Integrated into NIMMSTA to not clash namespace classes. License: Apache 2.0
<init> |
Creates a default config with on color MatrixToImageConfig() MatrixToImageConfig(onColor: Int, offColor: Int) |
BLACK |
static val BLACK: Int |
WHITE |
static val WHITE: Int |
getPixelOffColor |
open fun getPixelOffColor(): Int |
getPixelOnColor |
open fun getPixelOnColor(): Int |