MGL_getFontAntiAliasPalette
Returns the font anti-aliasing palette for color index modes.
Declaration
void MGLAPI MGL_getFontAntiAliasPalette(
color_t *colorfg,
color_t *color75,
color_t *color50,
color_t *color25,
color_t *colorbg)
Prototype In
mgraph.h
Parameters
colorfg |
Color used to represent 100% of foreground |
color75 |
Color used to represent 75% blend of foreground 25% background. |
color50 |
Color used to represent 50% blend of foreground 50% background. |
color25 |
Color used to represent 25% blend of foreground 75% background. |
colorbg |
Color used to represent 100% of background. |
Description
This function returns the values of the anti-aliasing palette used to draw anti-aliased fonts when in non-blended mode in color index display modes.
See Also
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com