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

OSCQuery Color issue #200

Open
joreg opened this issue Oct 17, 2023 · 1 comment
Open

OSCQuery Color issue #200

joreg opened this issue Oct 17, 2023 · 1 comment

Comments

@joreg
Copy link

joreg commented Oct 17, 2023

not sure if a bug on your end:

my server exposes a color and viewing its value via the browser i get this, which is correct:
grafik

but when viewing my server via chataigne, the color is displayed incorrectly, see:
grafik

ie. the hex value is displayed correctly in chataigne, but the sliders are showing something different. any idea how this can even be?

thing is: if, instead of my server i have a second chataigne instance running that exposes a color, i cannot replicate this issue.

@joreg
Copy link
Author

joreg commented Oct 17, 2023

update: i believe the way chataigne writes/read the values in the json description, is wrong. according to the specs a color is serialized as:

"JSON string containing hex color notation for an RGBA color (four pairs of hexadecimal values), preceded by a hashtag/pound sign. Opaque white is "#FFFFFFFF", opaque red is "#FF0000FF", transparent blue is "#0000FF00", etc."

but chataign seems to write as "AARRGGBB"?!

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

1 participant