ev3dev / ev3dev-lang-python

Pure python bindings for ev3dev
MIT License
431 stars 145 forks source link

ColorSensor: add lab() method #413

Closed dwalton76 closed 6 years ago

dwalton76 commented 7 years ago

Returning the color in Lab color space would be handy

WasabiFan commented 7 years ago

For a typical user, HSL or HSV would probably be most useful; I very commonly use HSL in my vision algorithms because it's quite easy to use for color segmentation.