color_models 0.2.0+2
color_models: ^0.2.0+2 copied to clipboard
A set of classes representing the CMYK, HSI, HSL, HSP, HSV, LAB, RGB, and XYZ color spaces with methods to convert colors between each space.
0.2.0+1 January 15, 2020 #
- Documentation and formatting changes.
0.2.0 January 4, 2020 #
- To provide better support for 3rd party color models, [ColorModel]s are now requried to
@overridethe [toRgbColor] method. All [ColorModel]s included in this library still use the color conversion methods found in the [ColorConverter] helper class, but the methods are now public.
0.1.2 July 31, 2019 #
- All [ColorModel]s now
@override[hashCode].
0.1.1 July 25, 2019 #
-
Added a private constructor to the [ColorConverter] class.
-
Minor formatting changes.
0.1.0 July 23, 2019 #
- Initial release