TBarCode Library 11  TBarCode Library 11
VOID _stdcall BCSetBarcodeColorCMYK ( t_BarCode pBarcode,
DOUBLE  dCyan,
DOUBLE  dMagenta,
DOUBLE  dYellow,
DOUBLE  dBlack 
)

Sets the color of the barcode.

See also:
BCGetBarcodeColorCMYK(), BCSetBarcodeColorGDI(), BCSetBarcodeColorGray(), BCSetBarcodeColorRGB()
Parameters:
[in,out]pBarcodePointer to barcode structure.
[in]dCyanThe cyan color component (range: 0.0 - 1.0).
[in]dMagentaThe magenta color component (range: 0.0 - 1.0).
[in]dYellowThe yellow color component (range: 0.0 - 1.0).
[in]dBlackThe black color component (range: 0.0 - 1.0).