Update README.md

This commit is contained in:
javalang 2017-09-26 09:11:00 +02:00 committed by GitHub
parent d7636da487
commit 82c8e2b99c

View File

@ -12,7 +12,9 @@
* addBgColor(properties,property) for BgColorController
Note: For using BgColorController displaying a "property" 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);
`
# dat.GUI
A lightweight graphical user interface for changing variables in JavaScript.