Skip to content

Commit

Permalink
Review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Garnier <[email protected]>
  • Loading branch information
lolodomo committed Nov 29, 2024
1 parent 091b74e commit 1dea2d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ui/sitemaps.md
Original file line number Diff line number Diff line change
Expand Up @@ -455,8 +455,8 @@ Colorpicker item=<itemname> [label="<labelname>"] [icon=<iconref>] [staticIcon=<

This element is a combined control for something like a rgb or rgbw light where you can adjust brightness as well es the color hue.
The down-button decreases brightness to zero and switches the light off. The up-button sets brightness to full but keeps the previous color (hue).
The middle button opens an overlay to finetune your color when you click on it.
In the overlay, a color wheel let you pick the hue and a slider allows to set the brightness.
The middle button opens an overlay to fine-tune your color when you click on it.
In the overlay, a color wheel lets you pick the hue and a slider allows to set the brightness.
The content of this middle button can also show what is the current color.

**Example:**
Expand All @@ -474,8 +474,8 @@ Colortemperaturepicker item=<itemname> [label="<labelname>"] [icon=<iconref>] [s
```

This element is a control for something like a rgb or rgbw light where you can adjust the color temperature.
The button opens an overlay to finetune your color temperature when you click on it.
In the overlay, a white color gradient let you pick and set the color temperature.
The button opens an overlay to fine-tune your color temperature when you click on it.
In the overlay, a white color gradient lets you pick and set the color temperature.
The content of this button can also show what is the current color temperature.

- `minValue` and `maxValue` limit the possible range of the value (both included in the range).
Expand Down

0 comments on commit 1dea2d3

Please sign in to comment.