vaab / colour

Python color representations manipulation library (RGB, HSL, web, ...)
BSD 2-Clause "Simplified" License
319 stars 41 forks source link

Lightness vs luminance? #64

Open scoofy opened 1 year ago

scoofy commented 1 year ago

I might be totally off base here, but i think you're conflating lightness and luminance?

HSL is hue, saturation, lightness

luminance is sqrt( 0.299R^2 + 0.587G^2 + 0.114*B^2 )