Link Search Menu Expand Document

QRCodeSetForeColor Method

Sets fore color in RGB format.

Namespace:Bytescout.BarCode
Assembly: Bytescout.BarCode.QRCode (in Bytescout.BarCode.QRCode.dll) Version: 2.0.0.1228-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