#include "mmsgui/fb/mmsfbconv.h"
#include "mmstools/mmstools.h"
Go to the source code of this file.
Functions | |
void | mmsfb_drawstring_blend_coloralpha_rgb16 (MMSFBSurfacePlanes *dst_planes, MMSFBFont *font, MMSFBRegion &clipreg, string &text, int len, int x, int y, MMSFBColor &color) |
Draw string with alpha blending with alpha from color RGB16. |
void mmsfb_drawstring_blend_coloralpha_rgb16 | ( | MMSFBSurfacePlanes * | dst_planes, | |
MMSFBFont * | font, | |||
MMSFBRegion & | clipreg, | |||
string & | text, | |||
int | len, | |||
int | x, | |||
int | y, | |||
MMSFBColor & | color | |||
) |
Draw string with alpha blending with alpha from color RGB16.
Definition at line 36 of file mmsfb_drawstring_blend_coloralpha_rgb16.cpp.