| TBarCode Library 11
    TBarCode Library 11
    | 
| VOID _stdcall BCSetBackgroundColorCMYK | ( | t_BarCode * | pBarcode, | 
| DOUBLE | dCyan, | ||
| DOUBLE | dMagenta, | ||
| DOUBLE | dYellow, | ||
| DOUBLE | dBlack | ||
| ) | 
Sets the background color the of barcode.
| [in,out] | pBarcode | Pointer to barcode structure. | 
| [in] | dCyan | The cyan color component (range: 0.0 - 1.0). | 
| [in] | dMagenta | The magenta color component (range: 0.0 - 1.0). | 
| [in] | dYellow | The yellow color component (range: 0.0 - 1.0). | 
| [in] | dBlack | The black color component (range: 0.0 - 1.0). |