BarcodeSetForeColorRGB Method ByteScout Barcode SDK
Sets the fore color in RGB format.

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

public void SetForeColorRGB(
	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

IBarcodeSetForeColorRGB(Byte, Byte, Byte)
See Also

Reference