QRCodeSetForeColor Method ByteScout QR Code SDK
Sets fore color in RGB format.

Namespace:  Bytescout.BarCode
Assembly:  Bytescout.BarCode.QRCode (in Bytescout.BarCode.QRCode.dll) Version: 2.0.2.1237-master
Syntax

public void SetForeColor(
	byte r,
	byte g,
	byte b
)

Parameters

r
Type: SystemByte
R component
g
Type: SystemByte
G component
b
Type: SystemByte
B component
See Also

Reference