imguiLabel

Define a new label.

void
imguiLabel
(
const(char)[] label
,)

Parameters

label const(char)[]

The text that will be displayed as the label.

colorScheme ColorScheme

Optionally override the current default color scheme when creating this element.

Meta