vycb / InvertImage

The addon for Firefox that inverts color of an image to black for night reading
3 stars 0 forks source link

Use Oklab color space #5

Open Atreyagaurav opened 8 months ago

Atreyagaurav commented 8 months ago

Hi, I saw that you have the hue-rotate thing to preserve the color. But oklab has the lightness value that is directly related to how "bright" we conceive a color, and hence has a lot smoother inverted feel.

I've been wanting to make an extension that does that, but my skills in JS were not enough for that. So if possible please integrate that into your extension.