mirror of
https://github.com/keharriso/love-nuklear.git
synced 2025-09-11 00:27:48 -04:00
Updated Documentation (markdown)
parent
ca1856547a
commit
631c5372ec
1 changed files with 1 additions and 1 deletions
|
@ -588,7 +588,7 @@ If given a number `current`, return the new `current` value. If given a table wi
|
|||
#### changed = ui:colorPicker(valueTable, 'RGB'/'RGBA')
|
||||
Add a color picker widget, optionally specifying format (default 'RGB', no alpha).
|
||||
|
||||
If given a `[color](#colors)` string, return the new `[color](#colors)`. If given a table with a [color](#colors) string field named `value` instead, the field gets updated and the function returns `true` on change and `false` otherwise.
|
||||
If given a [`color`](#colors) string, return the new [`color`](#colors). If given a table with a [color](#colors) string field named `value` instead, the field gets updated and the function returns `true` on change and `false` otherwise.
|
||||
|
||||
#### current = ui:property(name, min, current, max, step, incPerPixel)
|
||||
#### changed = ui:property(name, min, valueTable, max, step, incPerPixel)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue