Basic-Widgets

basic.checkbox basic.color basic.flip basic.glue basic.icon basic.input basic.listview basic.offset basic.print basic.select basic.shifter basic.shutter basic.slider basic.stateswitch basic.symbol basic.tank basic.trigger basic.button basic.dual basic.colordisc basic.float basic.formula basic.rgb basic.multistate basic.switch basic.text basic.value


basic.colordisc

Deprecatedas of version 2.9. Use 'basic.color' instead.

Displays a colordisc-rgb-selector

Parameters
{{ basic.colordisc(id, item_r, item_g, item_b, min, max, step, colors) }}
id
unique id for this widget (optional)
item_r
an item for the r - value (0-255)
item_g
an item for the g - value (0-255)
item_b
an item for the b - value (0-255)
min
the minimum value if the light is off (optional, for future use)
max
the maximum value if the light is full on (optional, default 255)
step
the granularity of the rings (optional, default 8)
colors
the number of colored segments (optional, default 10)
This widget is deprecated and may be removed in later versions.
Please look into basic.color for replacement and further information.

Author:Martin Gleiss and others
inspired by Marcus Popp

Widgets

Design

Misc