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

screen.colorDepth returns 30 on a standard 32-bit monitor. #29

Open
Wowfunhappy opened this issue Jan 27, 2025 · 1 comment
Open

screen.colorDepth returns 30 on a standard 32-bit monitor. #29

Wowfunhappy opened this issue Jan 27, 2025 · 1 comment

Comments

@Wowfunhappy
Copy link

Wowfunhappy commented Jan 27, 2025

This is not necessarily a bug, I do not understand the problem space well enough!

Running console.log(screen.colorDepth) while using a standard monitor with 32-Bit color would usually be expected to print 24 (the bits used for the alpha channel aren't counted).

However, in Firefox Dynasty, the above code prints 30 on both my Desktop (connected to what is, as far as I know, a completely boring 32-Bit monitor) and my Macbook Air (using the internal LCD screen).

Is this expected behavior? I can't tell, it seems odd.

P.S. I am in fact quite interested in whether Mavericks could drive an HDR display, the HDR wouldn't work but I think the added color depth might? Something to try some day...

@RJVB
Copy link

RJVB commented Jan 27, 2025 via email

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

2 participants