SDLFont.renderTextBlended

Create a 32-bit ARGB surface and render the given text at high quality, using alpha blending to dither the font with the given color.

class SDLFont
renderTextBlended
(
string text
,
SDL_Color color
)

Throws

SDL2Exception on error.

Meta