6 releases (breaking)
0.5.0 | Apr 7, 2023 |
---|---|
0.4.0 | Mar 15, 2023 |
0.3.2 | Mar 15, 2023 |
0.2.0 | Mar 14, 2023 |
0.1.0 | Feb 12, 2023 |
#10 in #hsv
71 downloads per month
22KB
385 lines
altered_perception
A rust library for converting and using various color spaces. It currently supports HSV, HSL, CMYK, CMY, and Luma pixels with conversion to and from RGB pixels.
This library is inspired by the rgb crate.
Changes
Various changes will be made since this is my first library. All methods/structs will stabilize by the v1.0.0 release, and the crate's structure is still being decided.
This should stabilize by May 2023.
Usage
Conversion between and use of various color spaces can be done using the following modules:
cmyk
: Cyan-Magenta-Yellow-Black color spacecmy
: Cyan-Magenta-Yellow color spacehsl
: Hue-Saturation-Lightness color spacehsv
: Hue-Saturation-Value color spaceluma
: Grayscale color space
Currently, only conversion between HSV & RGB, Luma & RGB, CMYK & RGB, CMY & RGB, and HSL & RGB is supported.
Additional Color Spaces
Support for more color spaces will be added as time goes on. Contributions are welcome.
MIT License
This create is licensed under an MIT license.
Dependencies
~230–455KB