Modify the colors for the barcode, background and human readable text. More...
Functions | |
COLORREF | BCGetColorBC (t_BarCode *pBarCode) |
Gets the current barcode color. | |
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 currently active text object (usually the human readable text). | |
VOID | BCSetFontColorCMYK (t_BarCode *pBarcode, DOUBLE dCyan, DOUBLE dMagenta, DOUBLE dYellow, DOUBLE dBlack) |
Sets the font color of the currently active text object (usually the human readable text). | |
VOID | BCGetFontColorGDI (const t_BarCode *pBarcode, COLORREF *pColor) |
Sets the font color of the currently active text object (usually the human readable text). | |
VOID | BCSetFontColorGDI (t_BarCode *pBarcode, COLORREF color) |
Sets the font color of the currently active text object (usually the human readable text). | |
VOID | BCGetFontColorGray (const t_BarCode *pBarcode, DOUBLE *pdGray) |
Retrieves the font color of the currently active text object (usually the human readable text). | |
VOID | BCSetFontColorGray (t_BarCode *pBarcode, DOUBLE dGray) |
Sets the font color of the currently active text object (usually the human readable text). | |
VOID | BCGetFontColorRGB (const t_BarCode *pBarcode, DOUBLE *pdRed, DOUBLE *pdGreen, DOUBLE *pdBlue) |
Retrieves the font color of the currently active text object (usually the human readable text). | |
VOID | BCSetFontColorRGB (t_BarCode *pBarcode, DOUBLE dRed, DOUBLE dGreen, DOUBLE dBlue) |
Sets the font color of the currently active text object (usually the human readable text). | |
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. |
Modify the colors for the barcode, background and human readable text.
© 2008 All rights reserved by TEC-IT Datenverarbeitung GmbH |
![]() |
Generated on Thu Jun 30 16:34:47 2011 for TEC-IT TBarCode Library 10 with doxygen 1.6.2 |