You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The color seems over-specified for an RGBW bulb:
{name:"hue" , type:type.uint16_le},
{name:"saturation", type:type.uint16_le},
{name:"brightness", type:type.uint16_le},
{name:"kelvin" , type:type.uint16_le},
hue and saturation specify color one way, but kelvin sets the color another way. Has anybody figured out what color you get for various combinations of these parameters?
The text was updated successfully, but these errors were encountered:
You can do lots of mixes with the Hue and Saturation, but you need Kelvin to turn on the whites as far as I’ve been able to work the protocol.
From: Russ Nelson [mailto:[email protected]]
Sent: Saturday, February 15, 2014 1:05 AM
To: magicmonkey/lifxjs
Subject: [lifxjs] Color seems over-specified? (#20)
The color seems over-specified for an RGBW bulb:
{name:"hue" , type:type.uint16_le},
{name:"saturation", type:type.uint16_le},
{name:"brightness", type:type.uint16_le},
{name:"kelvin" , type:type.uint16_le},
hue and saturation specify color one way, but kelvin sets the color another way. Has anybody figured out what color you get for various combinations of these parameters?
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/20.
The color seems over-specified for an RGBW bulb:
{name:"hue" , type:type.uint16_le},
{name:"saturation", type:type.uint16_le},
{name:"brightness", type:type.uint16_le},
{name:"kelvin" , type:type.uint16_le},
hue and saturation specify color one way, but kelvin sets the color another way. Has anybody figured out what color you get for various combinations of these parameters?
The text was updated successfully, but these errors were encountered: