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.rgb

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

Displays a rgb-selector

Parameters
{{ basic.rgb(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, default 0)
max
the maximum value if the light is full on (optional, default 255)
step
step (for future use)
colors
the number of colors (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

Widgets

Design

Misc