TBarCode Library 11
TBarCode Library 11
|
VOID _stdcall BCGetQuietZoneColorCMYK | ( | const t_BarCode * | pBarcode, |
e_QuietZone | eZone, | ||
DOUBLE * | pdCyan, | ||
DOUBLE * | pdMagenta, | ||
DOUBLE * | pdYellow, | ||
DOUBLE * | pdBlack | ||
) |
Retrieves the background color of the quiet zone.
[in] | pBarcode | Pointer to barcode structure. |
[in] | eZone | Flag that determines the quiet zone side. |
[out] | pdCyan | The cyan color component (range: 0.0 - 1.0). |
[out] | pdMagenta | The magenta color component (range: 0.0 - 1.0). |
[out] | pdYellow | The yellow color component (range: 0.0 - 1.0). |
[out] | pdBlack | The black component (range: 0.0 - 1.0). |