ady624 / webCoRE

webCoRE is a web version of CoRE
GNU General Public License v3.0
249 stars 976 forks source link

Allow color temperature fades from 1000 to 30000K rather than 0 to 100 #26

Closed idpaterson closed 7 years ago

idpaterson commented 7 years ago

This is a simple fix for a community bug report. fadeColorTemperature was restricting the color temperature value to a range of 0 to 100.

This change extends that range to match adjustColorTemperature, from 1000 to 30000K.

idpaterson commented 7 years ago

Thank you, looks good in the latest commits.