some formatting for HSL values

This commit is contained in:
rlx 2011-09-04 04:15:12 +00:00
commit 93fed09f18
2 changed files with 8 additions and 8 deletions

View file

@ -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",