qrSetColors

Typecommand
Dictionarylibrary.qr
LibraryQR Code Generator
Syntax
qrSetColors <pForeground>,<pBackground>
Associationscom.livecode.library.qr
Summary

Set colors other than the default black and white

Parameters
NameTypeDescription
pForeground

A color name or RGB triplet

pBackground

A color name or RGB triplet

Example
qrSetColors "Blue", "Yellow"
Description

Optionally use colors other than black and white there must be a high enough contrast between colors for scanning the foreground color should be darker than the background color.

Tagsbarcode