TBarCode Library 11
TBarCode Library 11
|
VOID _stdcall BCSetQuietZoneColorCMYK | ( | t_BarCode * | pBarcode, |
e_QuietZone | eZone, | ||
BOOL | bUseDefault, | ||
DOUBLE | dCyan, | ||
DOUBLE | dMagenta, | ||
DOUBLE | dYellow, | ||
DOUBLE | dBlack | ||
) |
Sets the background color of the quiet zone.
[in,out] | pBarcode | Pointer to barcode structure. |
[in] | eZone | Flag that determines the quiet zone side. |
[in] | bUseDefault | Flag that determines whether to use the default background color. If set to TRUE the given color values are ignored. |
[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). |