1.2.2 (2024-03-02)
1.2.1 (2023-03-10)
- parser: clamp rgb value between 0 and 255 (1684568)
1.2.0 (2023-03-10)
- Fixed calculation of color.mix (51e58f6)
- The hex2rgb convertor function, if hex does not set alpha, then the returned rgb will not return alpha either (e897d1d)
- The colorsea function adds a Settings parameter to the instance Settings (8d86102)
- Allows you to throw error by setting whether an invalid color is entered (4de4447)
- The colorsea function supports input with a color space string like 'hsl(100, 10%, 50%)' (ab16084)
1.1.0 (2023-02-03)
- Brightness method and visibility method , Check the visibility of one color over another. (12bca3f)
1.0.1 (2023-02-03)
- Random color (96b8892)