| TBarCode Library 11
    TBarCode Library 11
    | 
| VOID _stdcall BCSetBarcodeColorRGB | ( | t_BarCode * | pBarcode, | 
| DOUBLE | dRed, | ||
| DOUBLE | dGreen, | ||
| DOUBLE | dBlue | ||
| ) | 
Sets the color of the barcode.
| [in,out] | pBarcode | Pointer to barcode structure. | 
| [in] | dRed | Red color component (range: 0.0 - 1.0). | 
| [in] | dGreen | Green color component (range: 0.0 - 1.0). | 
| [in] | dBlue | Blue color component (range: 0.0 - 1.0). |