imguiLabel

Define a new label.

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

Parameters

label
Type: const(char)[]

The text that will be displayed as the label.

colorScheme

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

Meta