some formatting for HSL values
This commit is contained in:
parent
2bd0fbe21c
commit
93fed09f18
2 changed files with 8 additions and 8 deletions
|
|
@ -303,14 +303,14 @@
|
|||
"title": "Saturation",
|
||||
"type": "float",
|
||||
"columnWidth": 90,
|
||||
"format": {"type": "color", "args": ["greyscale"]}
|
||||
"format": {"type": "color", "args": ["saturation"]}
|
||||
},
|
||||
{
|
||||
"id": "lightness",
|
||||
"title": "Lightness",
|
||||
"type": "float",
|
||||
"columnWidth": 90,
|
||||
"format": {"type": "color", "args": ["greyscale"]}
|
||||
"format": {"type": "color", "args": ["lightness"]}
|
||||
},
|
||||
{
|
||||
"id": "volume",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue