-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Description
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"
TheTrueCoder