You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For this equation the correct threshold for the piecewise equation is 0.04045 and not 0.03928
lum[i] = (chan <= 0.039_28) ? chan / 12.92 : ((chan + 0.055) / 1.055) ** 2.4;
For this equation the correct threshold for the piecewise equation is 0.04045 and not 0.03928
lum[i] = (chan <= 0.039_28) ? chan / 12.92 : ((chan + 0.055) / 1.055) ** 2.4;
https://www.w3.org/WAI/GL/wiki/Relative_luminance
The text was updated successfully, but these errors were encountered: