mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
Update README.md
This commit is contained in:
parent
75fcc44dbd
commit
a690a7fb92
@ -12,9 +12,9 @@
|
|||||||
Note:
|
Note:
|
||||||
* For using BgColorController displaying a two colors, a second "property+bg" must be present. For Example:
|
* For using BgColorController displaying a two colors, a second "property+bg" must be present. For Example:
|
||||||
`var myProps={color:#ffffff,colorbg:#000000};
|
`var myProps={color:#ffffff,colorbg:#000000};
|
||||||
datgui.addBgColor(myProps,color);
|
datgui.addBgColor(myProps,color);`
|
||||||
* Changing the height of all ColorControllers can be done by changeing the CSS .dg.c item.
|
* Changing the height of all ColorControllers can be done by changing the CSS .dg.c item.
|
||||||
`
|
|
||||||
|
|
||||||
# dat.GUI
|
# dat.GUI
|
||||||
A lightweight graphical user interface for changing variables in JavaScript.
|
A lightweight graphical user interface for changing variables in JavaScript.
|
||||||
|
Loading…
Reference in New Issue
Block a user