AndroidColorX
AndroidColorX copied to clipboard
AndroidColorX is a library to provide color utilities as Kotlin extension functions.
The goal is to provide all existent extensions and conversions in the library support for YUV color space. More details http://softpixel.com/~cwright/programming/colorspace/yuv/
Some conversions make sense to lose some precision given they go from `Float` to `Int` (as in conversions from HSL to RGB). But conversions between two formats that store their...
Might be worth taking a look to color difference to figure out whether this library could provide some useful extensions to calculate it https://en.wikipedia.org/wiki/Color_difference There's some sample code on [this...
The goal is to provide all existent extensions and conversions in the library support for LAB https://diegomondelo.com/espacio-de-color-cielab/
The goal is to provide all existent extensions and conversions in the library support for LAB. More details http://sensing.konicaminolta.com.mx/2014/09/entendiendo-el-espacio-de-color-cie-lab/