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

Solid Color command do not work #293

Open
TuomasJaa opened this issue Jan 21, 2021 · 2 comments
Open

Solid Color command do not work #293

TuomasJaa opened this issue Jan 21, 2021 · 2 comments

Comments

@TuomasJaa
Copy link

TuomasJaa commented Jan 21, 2021

Solid Color commands from Client to server do not translate correctly.
White and black do not work. Other colors works mostly.
Exampple color 241, 0, 4, Alpaha 255 sends command PLAY 1-10 "#FFF1 0 4"
and color 136, 0, 0, Alpha 255 sends command PLAY 1-10 "#ff88 0 0"

Not "pure" colors works. Like 51, 125, 136, alpha 255 sends correct command PLAY 1-10 "#ff337d88"

@jznofc
Copy link

jznofc commented Feb 21, 2021

you can temporarily use custom command with
PLAY: PLAY 1-10 "#fff10004"
and for
STOP: STOP 1-10

@j3po
Copy link

j3po commented Apr 14, 2021

All black and white actually works. Every color with a ZERO as the first digit of the RGB values is not working, e.g. #FF 055FF.

So... counting up RGB Values:
#0F55FF - no
#1055FF - yes
#1155FF - yes

The same is true for all three RGB fields.

In addition to that, the documentation might be wrong... The KEY is the first HEX, then RED, GREEN and BLUE. But the documentation in the help wiki says it is the other way round.

--> using client version 2.2.0 and server version 2.3.2
Hope this is not an inconsistency in the versions as well...

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

No branches or pull requests

4 participants