use new color input options
This commit is contained in:
parent
64c3d3457b
commit
e3f900030c
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ Ox.load({UI: {}, Geo:{}, Unicode: {}}, function() {
|
||||||
{
|
{
|
||||||
options: {
|
options: {
|
||||||
id: "colorInputHSL",
|
id: "colorInputHSL",
|
||||||
mode: "HSL",
|
mode: "hsl",
|
||||||
value: [0, 1, 0.5]
|
value: [0, 1, 0.5]
|
||||||
},
|
},
|
||||||
title: "HSL ColorInput"
|
title: "HSL ColorInput"
|
||||||
|
|
Loading…
Reference in a new issue