TBarCode Library 11  TBarCode Library 11
VOID _stdcall BCSetBarcodeColorRGB ( t_BarCode pBarcode,
DOUBLE  dRed,
DOUBLE  dGreen,
DOUBLE  dBlue 
)

Sets the color of the barcode.

See also:
BCGetBarcodeColorRGB(), BCSetBarcodeColorCMYK(), BCSetBarcodeColorGDI(), BCSetBarcodeColorGray()
Parameters:
[in,out]pBarcodePointer to barcode structure.
[in]dRedRed color component (range: 0.0 - 1.0).
[in]dGreenGreen color component (range: 0.0 - 1.0).
[in]dBlueBlue color component (range: 0.0 - 1.0).