IBarcodeSetBackColorRGB Method ByteScout Barcode SDK
Sets the background color in RGB format.

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

void SetBackColorRGB(
	byte R,
	byte G,
	byte B
)

Parameters

R
Type: SystemByte

[Missing <param name="R"/> documentation for "M:Bytescout.BarCode.IBarcode.SetBackColorRGB(System.Byte,System.Byte,System.Byte)"]

G
Type: SystemByte

[Missing <param name="G"/> documentation for "M:Bytescout.BarCode.IBarcode.SetBackColorRGB(System.Byte,System.Byte,System.Byte)"]

B
Type: SystemByte

[Missing <param name="B"/> documentation for "M:Bytescout.BarCode.IBarcode.SetBackColorRGB(System.Byte,System.Byte,System.Byte)"]

See Also

Reference