Jorge Castillo
Jorge Castillo
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/
This covers the complete Union types feature. ### Requirements * [x] Fold union types e.g: Union2 to A | B for readability. Only for the parent union, we don’t want...
This covers the complete Refined types feature. ### Requirements * [x] Declarations: If class is annotated with @Refinement, show line marker with icon explaining what’s happening. Line marker is there,...
This covers the complete Tuples feature. ### Requirements * [x] Fold tuples from e.g: Tuple2 to (A, B) for readability. Only for the parent tuple, we don’t want to fold...
This covers the complete Coercion feature. #### When explicit: * [x] Applicable Inspection to highlight the expression (as warning) and show a quick fix to convert to implicit * [x]...
Meta documentation needs a format proposal so all features are documented in the same way. This is the initial proposal: 1. Feature - Getting started - Examples 2. Cli Error...