Use accurate RGB 8-to-5 conversion
Open
breaking
enhancement
rgbgfx
- Dominant language
- C++
- Stars
- 1.6k
- Forks
- 193
- Avg merge
- 1d 33m
- Merged PRs (30d)
- 23
Description
See https://threadlocalmutex.com/?p=48. Instead of just truncating with `>> 3`, we should do the equivalent of rounding `* 31.0 / 255.0`.
Contributor guide
Assessment
This issue has not been assessed yet.