|
COLORREF TECIT_STDCALL | BCGetColorBC (t_BarCode *pBarCode) |
| Gets the current barcode color. More...
|
|
ERRCODE TECIT_STDCALL | BCSetColorBC (t_BarCode *pBarCode, COLORREF color) |
| Sets the color the of barcode. More...
|
|
COLORREF TECIT_STDCALL | BCGetColorBk (t_BarCode *pBarCode) |
| Gets the current background color. More...
|
|
ERRCODE TECIT_STDCALL | BCSetColorBk (t_BarCode *pBarCode, COLORREF color) |
| Sets the color of the barcode background. More...
|
|
COLORREF TECIT_STDCALL | BCGetColorFont (t_BarCode *pBarCode) |
| Gets the current color of the human readable text. More...
|
|
ERRCODE TECIT_STDCALL | BCSetColorFont (t_BarCode *pBarCode, COLORREF color) |
| Sets the color of the human readable text. More...
|
|
e_ColorMode TECIT_STDCALL | BCGetColorMode (const t_BarCode *pBarcode) |
| Retrieves the color mode (CMYK, RGB, or Grayscale). More...
|
|
VOID TECIT_STDCALL | BCSetColorMode (t_BarCode *pBarcode, e_ColorMode mode) |
| Sets the color mode (CMYK, RGB, or Grayscale). More...
|
|
VOID TECIT_STDCALL | BCSetBarcodeColorCMYK (t_BarCode *pBarcode, DOUBLE dCyan, DOUBLE dMagenta, DOUBLE dYellow, DOUBLE dBlack) |
| Sets the color of the barcode. More...
|
|
VOID TECIT_STDCALL | BCGetBarcodeColorCMYK (const t_BarCode *pBarcode, DOUBLE *pdCyan, DOUBLE *pdMagenta, DOUBLE *pdYellow, DOUBLE *pdBlack) |
| Retrieves the color of the barcode. More...
|
|
VOID TECIT_STDCALL | BCSetBarcodeColorGDI (t_BarCode *pBarcode, COLORREF color) |
| Sets the color of the barcode. More...
|
|
VOID TECIT_STDCALL | BCGetBarcodeColorGDI (const t_BarCode *pBarcode, COLORREF *pColor) |
| Retrieves the color of the barcode. More...
|
|
VOID TECIT_STDCALL | BCSetBarcodeColorGray (t_BarCode *pBarcode, DOUBLE dGray) |
| Sets the color of the barcode. More...
|
|
VOID TECIT_STDCALL | BCGetBarcodeColorGray (const t_BarCode *pBarcode, DOUBLE *pdGray) |
| Retrieves the color of the barcode. More...
|
|
VOID TECIT_STDCALL | BCSetBarcodeColorRGB (t_BarCode *pBarcode, DOUBLE dRed, DOUBLE dGreen, DOUBLE dBlue) |
| Sets the color of the barcode. More...
|
|
VOID TECIT_STDCALL | BCGetBarcodeColorRGB (const t_BarCode *pBarcode, DOUBLE *pdRed, DOUBLE *pdGreen, DOUBLE *pdBlue) |
| Retrieves the RGB color of the barcode. More...
|
|
VOID TECIT_STDCALL | 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). More...
|
|
VOID TECIT_STDCALL | 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). More...
|
|
VOID TECIT_STDCALL | BCGetFontColorGDI (const t_BarCode *pBarcode, COLORREF *pColor) |
| Sets the font color of the currently active text object (usually the human readable text). More...
|
|
VOID TECIT_STDCALL | BCSetFontColorGDI (t_BarCode *pBarcode, COLORREF color) |
| Sets the font color of the currently active text object (usually the human readable text). More...
|
|
VOID TECIT_STDCALL | BCGetFontColorGray (const t_BarCode *pBarcode, DOUBLE *pdGray) |
| Retrieves the font color of the currently active text object (usually the human readable text). More...
|
|
VOID TECIT_STDCALL | BCSetFontColorGray (t_BarCode *pBarcode, DOUBLE dGray) |
| Sets the font color of the currently active text object (usually the human readable text). More...
|
|
VOID TECIT_STDCALL | 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). More...
|
|
VOID TECIT_STDCALL | 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). More...
|
|
VOID TECIT_STDCALL | BCSetBackgroundColorCMYK (t_BarCode *pBarcode, DOUBLE dCyan, DOUBLE dMagenta, DOUBLE dYellow, DOUBLE dBlack) |
| Sets the background color the of barcode. More...
|
|
VOID TECIT_STDCALL | BCGetBackgroundColorCMYK (const t_BarCode *pBarcode, DOUBLE *pdCyan, DOUBLE *pdMagenta, DOUBLE *pdYellow, DOUBLE *pdBlack) |
| Retrieves the background color of the barcode. More...
|
|
VOID TECIT_STDCALL | BCSetBackgroundColorGDI (t_BarCode *pBarcode, COLORREF color) |
| Sets the background color of the barcode. More...
|
|
VOID TECIT_STDCALL | BCGetBackgroundColorGDI (const t_BarCode *pBarcode, COLORREF *pColor) |
| Retrieves the background color of the barcode. More...
|
|
VOID TECIT_STDCALL | BCSetBackgroundColorGray (t_BarCode *pBarcode, DOUBLE dGray) |
| Sets the background color of the barcode. More...
|
|
VOID TECIT_STDCALL | BCGetBackgroundColorGray (const t_BarCode *pBarcode, DOUBLE *pdGray) |
| Retrieves the background color of the barcode. More...
|
|
VOID TECIT_STDCALL | BCSetBackgroundColorRGB (t_BarCode *pBarcode, DOUBLE dRed, DOUBLE dGreen, DOUBLE dBlue) |
| Sets the background color of the barcode. More...
|
|
VOID TECIT_STDCALL | BCGetBackgroundColorRGB (const t_BarCode *pBarcode, DOUBLE *pdRed, DOUBLE *pdGreen, DOUBLE *pdBlue) |
| Retrieves the background color of the barcode. More...
|
|
Public API functions to set barcode colors. Required include file: "tbarcode.h"
- Author
- TEC-IT Datenverarbeitung GmbH
Wagnerstr. 6, 4400 Steyr, AUSTRIA/EUROPE
https://www.tec-it.com
Copyright© by TEC-IT Datenverarbeitung GmbH