SDLFont.renderTextShaded

Create an 8-bit palettized surface and render the given text at high quality with the given font and colors.

class SDLFont
renderTextShaded
(
string text
,
SDL_Color fg
,
SDL_Color bg
)

Throws

SDL2Exception on error.

Meta