-
Added alpha shades. Now, instead of only being able to generate 100% opacity shades, transparent black/white shades can also be generated via
generateAlphafrom withinConsistentShadinginstances. -
Added
rgbaas a result type forgenerateAlpha. It is a tuple of 4 numbers, and is not meant to work withconvert. -
Fixed some precision bugs. Shades should be more accurate now.
-
Fixed a bug which caused crashes. If the input type was
lchthe converter would try to convert a type to itself, which is not defined incolor-convert.
Initial release. Available utilities:
Colorclass, useful for conversion.ConsistentShadingclass, the main generator.- Instances of this will contain a
generatefunction, which will return the list of solid shades that match the given model.
- Instances of this will contain a