-
Notifications
You must be signed in to change notification settings - Fork 1
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
Flare correction of 0.4 (40%) #3
Comments
So what is your conclusion? I can think of different possible interpretations:
Do you have an idea which one it is? |
It is most likely (2)
And again, your assertions that it is "close" seems to ignore the fact that you are comparing apples to triangles. The curves are visibly different by over 20%. And to mention, #3 — you are not calculating APCA the way APCA is intended to be used. You wave off the scaling which you consider unimportant, but which is key for perceptual uniformity. You can not just disregard aspects of APCA design because you don't like them. In the "analysis" you state:
You can not assert a claim of "analysis" based on twisting the math around to suit your narrative. I've reviewed your analysis, and it is ignoring the key issues entirely, and misdirecting readers toward spurious conclusions. |
I thought about this some more. When I use my phone on a sunny day, the idea that reflected ambient light is 40% of the white that the screen can produce doesn't sound so unreasonable. A value of 0.25% (as you have proposed in #1 (comment)) feels much too low for that situation. In the context of WCAG we have to consider worst case scenarios. So can you provide more context on the range of possible values? |
Think again then. On a sunny day, the sun is at about 1.6 Gcd/m2 and less than 10% of that would cause retinal damage. 40% would be like a laser searing your retina into fried bacon. And moreover, this statement of yours indicates a misunderstanding of the concept, which Chris already succinctly described, so reconsider. A 40% flare means the face of the display is nearly half the brightness of the room, and it does not take a math genius to see that is not at all the case. |
You misunderstood. In |
Actually no. But again, this entire "0.4" thing you are doing is not supported by anything. The reference flare indicated is in reference to the "typical" ambient defined in the spec—the 0.05 references a CRT display in ambient of 350lux. Regardless, as used it is not useful. The fact that you stumbled onto a crude but inaccurate and incomplete way to brute force this 180 year old math into something a little closer to the defined perceptual curves is notwithstanding, and it ignores the entirety of the science behind it. |
The claim is made that a WCAG 2.1 luminance contrast formula with a flare correction of 40%, rather than 5%, gives high correlation to the results from APCA.
5% is already far too high.
40% means that black (#000) looks the same as color(srgb-linear 0.4 0.4 0.4) which is rgb(66.52% 66.52% 66.52%) or in other words, a pretty light grey.
That can happen, for example a dim projector in a bright room on a white screen, with the audience saying "we can't read the slides". But it doesn't seem a reasonable basis for a lightness contrast algorithm.
The observed correlation is interesting, certainly, but I don't see flare correction as a reasonable model to explain the correlation.
I also don't really see the WCAG luminance ratio (tweaked or not) as a useful model going forward, because luminance is not at all perceptually uniform. Simply put, a mid grey is no where near the middle in a black to white luminance ramp, while it is at the middle in CIE Lightness or OKLab Lightness or UCS16 J, all of which try to model perceptually uniform lightness.
The text was updated successfully, but these errors were encountered: