| 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.
| [in] | pBarcode | Pointer to barcode structure. | 
| [out] | pdRed | The red color component (range: 0.0 - 1.0). | 
| [out] | pdGreen | The green color component (range: 0.0 - 1.0). | 
| [out] | pdBlue | The blue color component (range: 0.0 - 1.0). |