Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Color seems over-specified? #20

Open
RussNelson opened this issue Feb 15, 2014 · 2 comments
Open

Color seems over-specified? #20

RussNelson opened this issue Feb 15, 2014 · 2 comments

Comments

@RussNelson
Copy link

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?

@PhilWheat
Copy link

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:notifications@github.com]
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.

@riverar
Copy link
Contributor

riverar commented Feb 21, 2014

Just submitted a pull-request for documentation on a RGBW supportive packet type. Should make things easier! riverar@0c2f9d3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants