Add 3200 kelvin to color swatch options

This commit is contained in:
mmcwilliams 2016-06-10 12:00:18 -04:00
parent d9a18b5d43
commit b4fc5b9cef
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@ light.swatches = [
rgb : chroma.kelvin(2500).rgb(), rgb : chroma.kelvin(2500).rgb(),
name : '2500 kelvin' name : '2500 kelvin'
}, },
{
rgb : chroma.kelvin(3200).rgb(),
name : '3200 kelvin'
},
{ {
rgb : chroma.kelvin(5600).rgb(), rgb : chroma.kelvin(5600).rgb(),
name : '5600 kelvin' name : '5600 kelvin'