UIBargraph.this

Creates a new bargraph. [minValue .. maxValue] is the interval of values that will span [0..1] once remapped.

class UIBargraph
public nothrow @nogc
this
(
UIContext context
,,
float minValue
,
float maxValue
,
int redLeds = 0
,
int orangeLeds = 3
,
int yellowLeds = 0
,
int magentaLeds = 9
)

Meta