Among the group, who has successfully used the new 10% "luminance" threshold instead of the 10% "lit pixels" threshold?
I'm exploring ways to try the luminance route, and I'm finding it hard to get the right luminance to uniformly "dim" the screen. I'm trying to take the "easy way" out and just paint a semi-opaque black rectangle over the entire screen -- with just the right amount of "alpha" so that it hits the luminance threshold.
But I'm finding big differences between the amount of "dimming" I need to apply for various themes. For example, between these two themes on the same watch face app, I'd need to apply drastically different "dimming" layers. The bright moon one would require a lot more darkening than the "deep sky" one with a black background and stars.
I see a few options:
- Configure different "dimming" parameters based on each theme (tuning it myself, with some themes needing to be darker than others)
- Get more complicated and "dim" specific parts of the screen (e.g. the background by itself)
Any tips or ideas? What has worked well?