Text.renderFormat

Outputs characters with color formatting and sequel, renders such text.

class Text
@trusted
renderFormat
(
T
)
(,
Color!ubyte color = rgb(0, 0, 0)
)

Parameters

T

String type.

text T

Text.

color Color!ubyte

Color text.

Meta