From fb1fb93c04203e8d87d4bd25ad3e7ffa0c4c65a9 Mon Sep 17 00:00:00 2001 From: javalang Date: Tue, 26 Sep 2017 09:22:38 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cb89020..f8475bf 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,11 @@ * addNgColor(properties,property) for NgColorController * addBgColor(properties,property) for BgColorController -Note: For using BgColorController displaying a two colors, a second "property+bg" must be present. For Example: +Note: +* For using BgColorController displaying a two colors, a second "property+bg" must be present. For Example: `var myProps={color:#ffffff,colorbg:#000000}; datgui.addBgColor(myProps,color); +* Changing the height of all ColorControllers can be done by changeing the CSS .dg.c item. ` # dat.GUI