/ window プロパティに個別カラーを指定 • HSL(H:⾊相、S:彩度、L:輝度)+ IDベースでランダム化 7 実装のポイント roof [ "interpolate", ["linear"], [ "measure-light", "brightness" ], 0, [ "hsl", [ "random", 0, 225, ["id"] ], 100, 45 ], 0.2, ["hsl", 22, 82, 90] ] wall [ "interpolate", ["linear"], [ "measure-light", "brightness" ], 0, [ "hsl", [ "random", 50, 60, ["id"] ], 100, 80 ], 0.15, ["hsl", 0, 0, 100] ] window [ "interpolate", ["linear"], [ "measure-light", "brightness" ], 0, [ "hsl", [ "random", 0, 225, ["id"] ], 100, 45 ], 0.15, [ ・・・