#include "FBLib_FontManager.h"
Go to the source code of this file.
Functions | |
void | FM_InitAlphaLUT (dword fgColor, dword bgColor, float AntiAliasFactor) |
Variables | |
tAlphaLUT | AlphaLUT [256] |
void FM_InitAlphaLUT | ( | dword | fgColor, |
dword | bgColor, | ||
float | AntiAliasFactor | ||
) |
Definition at line 5 of file FM_InitAlphaLUT.c.
References AlphaLUT, tAlphaLUT::b, FM_AlphaBlend(), tAlphaLUT::g, tAlphaLUT::r, TRACEENTER, and TRACEEXIT.
Referenced by FM_PutStringAA(), and FMUC_PutStringAA().
tAlphaLUT AlphaLUT[256] |
Definition at line 3 of file FM_InitAlphaLUT.c.
Referenced by FM_InitAlphaLUT(), FM_PutStringAA(), and FMUC_PutStringAA().