@@ -139,7 +139,7 @@ color.</p>
this.prop = prop;
}
get value() {
- return `#${this.object[this.prop].getHexString()}`;
+ return '#' + this.object[this.prop].getHexString();
set value(hexString) {
this.object[this.prop].set(hexString);
@@ -139,7 +139,7 @@ couleur de la lumière.</p>
@@ -128,7 +128,7 @@ lil-guiで色を調整するにはヘルパーが必要です。
@@ -129,7 +129,7 @@ scene.add(light);
@@ -141,7 +141,7 @@ scene.add(light);
@@ -113,7 +113,7 @@ scene.add(light);