Link Search Menu Expand Document

BarcodeSetBackColorRGB Method

Sets the background color in RGB format.

Namespace:Bytescout.BarCode
Assembly: Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
public void SetBackColorRGB(
	byte r,
	byte g,
	byte b
)

Parameters

r
Type: SystemByte
Red color component.
g
Type: SystemByte
Green color component.
b
Type: SystemByte
Blue color component.

Implements

IBarcodeSetBackColorRGB(Byte, Byte, Byte)
See Also

Reference