TBarCode Library 11  TBarCode Library 11
VOID _stdcall BCGetBarcodeColorRGB ( const t_BarCode pBarcode,
DOUBLE *  pdRed,
DOUBLE *  pdGreen,
DOUBLE *  pdBlue 
)

Retrieves the RGB color of the barcode.

See also:
BCSetBarcodeColorRGB(), BCGetBarcodeColorCMYK(), BCGetBarcodeColorGDI(), BCGetBarcodeColorGray()
Parameters:
[in]pBarcodePointer to barcode structure.
[out]pdRedThe red color component (range: 0.0 - 1.0).
[out]pdGreenThe green color component (range: 0.0 - 1.0).
[out]pdBlueThe blue color component (range: 0.0 - 1.0).