YaLTeR / niri

A scrollable-tiling Wayland compositor.
https://matrix.to/#/#niri:matrix.org
GNU General Public License v3.0
2.82k stars 79 forks source link

Added the better color averaging code (tested & functional) possible solution to discussion #505 #504

Open CaliOn2 opened 3 days ago

CaliOn2 commented 3 days ago

the way colors are stored isn't linear which means they need to be made linear before combining them because else the color values are skewed darker

(minutephysics has a good video on this called Computer Color Is Broken)