update CT slider to more accurate color allocation

tweaked slider colors to more realistic portrayal (but still not accurate! and will never be!)
This commit is contained in:
blakadder 2020-08-11 19:51:41 +02:00 committed by GitHub
parent ecd06b6c83
commit 30072de0f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1263,7 +1263,7 @@ void WebSliderColdWarm(void)
{
WSContentSend_P(HTTP_MSG_SLIDER_GRADIENT, // Cold Warm
"a", // a - Unique HTML id
"#fff", "#ff0", // White to Yellow
"#eff", "#f81", // 6500k in RGB (White) to 2500k in RGB (Warm Yellow)
1, // sl1
153, 500, // Range color temperature
LightGetColorTemp(),