FontColor
Sets the color of the font.
Elements
Name | Value | Description |
---|---|---|
IMAQ_WHITE | 0 | Draws text in white. |
IMAQ_BLACK | 1 | Draws text in black. |
IMAQ_INVERT | 2 | Inverts the text pixels. |
IMAQ_BLACK_ON_WHITE | 3 | Draws text in black with a white background. |
IMAQ_WHITE_ON_BLACK | 4 | Draws text in white with a black background. |
IMAQ_FONT_COLOR_SIZE_GUARD | 0xFFFFFFFF | Reserved |