ImageComposerSetBackgroundColor Method ByteScout Barcode SDK
Sets the background color of composite image.

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

public void SetBackgroundColor(
	int red,
	int green,
	int blue,
	int alpha = 255
)

Parameters

red
Type: SystemInt32
Red component of the color. From 0 to 255.
green
Type: SystemInt32
Green component of the color. From 0 to 255.
blue
Type: SystemInt32
Blue component of the color. From 0 to 255.
alpha (Optional)
Type: SystemInt32
Alpha (transparency) component of the color. From 0 to 255.
See Also

Reference