Label.this

Creates new Label

class Label
this
(
dstring _text
,
uvec2 _pos
,
col _front
,
col _back
)

Parameters

_text dstring

Text

_pos uvec2

Position

_front col

Text color

_back col

Background color

Meta