|  | 
| 
 Functions | 
| COLORREF | BCGetColorBC (t_BarCode *pBarCode) | 
| ERRCODE | BCSetColorBC (t_BarCode *pBarCode, COLORREF color) | 
|  | Sets the color the of barcode. 
 | 
| COLORREF | BCGetColorBk (t_BarCode *pBarCode) | 
|  | Gets the current background color. 
 | 
| ERRCODE | BCSetColorBk (t_BarCode *pBarCode, COLORREF color) | 
|  | Sets the color of the barcode background. 
 | 
| COLORREF | BCGetColorFont (t_BarCode *pBarCode) | 
|  | Gets the current color of the human readable text. 
 | 
| ERRCODE | BCSetColorFont (t_BarCode *pBarCode, COLORREF color) | 
|  | Sets the color of the human readable text. 
 | 
| e_ColorMode | BCGetColorMode (const t_BarCode *pBarcode) | 
|  | Retrieves the color mode (CMYK, RGB, or Grayscale). 
 | 
| VOID | BCSetColorMode (t_BarCode *pBarcode, e_ColorMode mode) | 
|  | Sets the color mode (CMYK, RGB, or Grayscale). 
 | 
| VOID | BCSetBarcodeColorCMYK (t_BarCode *pBarcode, DOUBLE dCyan, DOUBLE dMagenta, DOUBLE dYellow, DOUBLE dBlack) | 
|  | Sets the color of the barcode. 
 | 
| VOID | BCGetBarcodeColorCMYK (const t_BarCode *pBarcode, DOUBLE *pdCyan, DOUBLE *pdMagenta, DOUBLE *pdYellow, DOUBLE *pdBlack) | 
|  | Retrieves the color of the barcode. 
 | 
| VOID | BCSetBarcodeColorGDI (t_BarCode *pBarcode, COLORREF color) | 
|  | Sets the color of the barcode. 
 | 
| VOID | BCGetBarcodeColorGDI (const t_BarCode *pBarcode, COLORREF *pColor) | 
|  | Retrieves the color of the barcode. 
 | 
| VOID | BCSetBarcodeColorGray (t_BarCode *pBarcode, DOUBLE dGray) | 
|  | Sets the color of the barcode. 
 | 
| VOID | BCGetBarcodeColorGray (const t_BarCode *pBarcode, DOUBLE *pdGray) | 
|  | Retrieves the color of the barcode. 
 | 
| VOID | BCSetBarcodeColorRGB (t_BarCode *pBarcode, DOUBLE dRed, DOUBLE dGreen, DOUBLE dBlue) | 
|  | Sets the color of the barcode. 
 | 
| VOID | BCGetBarcodeColorRGB (const t_BarCode *pBarcode, DOUBLE *pdRed, DOUBLE *pdGreen, DOUBLE *pdBlue) | 
|  | Retrieves the RGB color of the barcode. 
 | 
| VOID | BCGetFontColorCMYK (const t_BarCode *pBarcode, DOUBLE *pdCyan, DOUBLE *pdMagenta, DOUBLE *pdYellow, DOUBLE *pdBlack) | 
|  | Retrieves the font color of the barcode. 
 | 
| VOID | BCSetFontColorCMYK (t_BarCode *pBarcode, DOUBLE dCyan, DOUBLE dMagenta, DOUBLE dYellow, DOUBLE dBlack) | 
|  | Sets the font color of the barcode. 
 | 
| VOID | BCGetFontColorGDI (const t_BarCode *pBarcode, COLORREF *pColor) | 
|  | Sets the font color of the barcode. 
 | 
| VOID | BCSetFontColorGDI (t_BarCode *pBarcode, COLORREF color) | 
|  | Sets the font color of the barcode. 
 | 
| VOID | BCGetFontColorGray (const t_BarCode *pBarcode, DOUBLE *pdGray) | 
|  | Retrieves the font color of the barcode. 
 | 
| VOID | BCSetFontColorGray (t_BarCode *pBarcode, DOUBLE dGray) | 
|  | Sets the font color of the barcode. 
 | 
| VOID | BCGetFontColorRGB (const t_BarCode *pBarcode, DOUBLE *pdRed, DOUBLE *pdGreen, DOUBLE *pdBlue) | 
|  | Retrieves the font color of the barcode. 
 | 
| VOID | BCSetFontColorRGB (t_BarCode *pBarcode, DOUBLE dRed, DOUBLE dGreen, DOUBLE dBlue) | 
|  | Sets the font color of the barcode. 
 | 
| VOID | BCSetBackgroundColorCMYK (t_BarCode *pBarcode, DOUBLE dCyan, DOUBLE dMagenta, DOUBLE dYellow, DOUBLE dBlack) | 
|  | Sets the background color the of barcode. 
 | 
| VOID | BCGetBackgroundColorCMYK (const t_BarCode *pBarcode, DOUBLE *pdCyan, DOUBLE *pdMagenta, DOUBLE *pdYellow, DOUBLE *pdBlack) | 
|  | Retrieves the background color of the barcode. 
 | 
| VOID | BCSetBackgroundColorGDI (t_BarCode *pBarcode, COLORREF color) | 
|  | Sets the background color of the barcode. 
 | 
| VOID | BCGetBackgroundColorGDI (const t_BarCode *pBarcode, COLORREF *pColor) | 
|  | Retrieves the background color of the barcode. 
 | 
| VOID | BCSetBackgroundColorGray (t_BarCode *pBarcode, DOUBLE dGray) | 
|  | Sets the background color of the barcode. 
 | 
| VOID | BCGetBackgroundColorGray (const t_BarCode *pBarcode, DOUBLE *pdGray) | 
|  | Retrieves the background color of the barcode. 
 | 
| VOID | BCSetBackgroundColorRGB (t_BarCode *pBarcode, DOUBLE dRed, DOUBLE dGreen, DOUBLE dBlue) | 
|  | Sets the background color of the barcode. 
 | 
| VOID | BCGetBackgroundColorRGB (const t_BarCode *pBarcode, DOUBLE *pdRed, DOUBLE *pdGreen, DOUBLE *pdBlue) | 
|  | Retrieves the background color of the barcode. 
 |