color_processing 0.1.2

A library to handle colors easyly. It can parse a string in several formats (hex, rgb, cmyk, hwb, ...) into the Color-struct, modifying (grayscale, colorize, ...) and output into several string formats.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Purpose

This rust library is intended to do some processing of color values.  
It can parse strings in different formats (known color names, hex, rgb, cmyk, hsl, ...) and output color values in different formats. It can also do some basic modifications, like grayscale and colorization.

This library cannot modify images.

# Documentation

For the latest documentation and examples, please go to [https://docs.rs/color_processing](https://docs.rs/color_processing).

# Miscellaneous

If you have suggestions or found an error, feel free to open an [issue](https://github.com/ringostarr80/rust-color-processing/issues) or create a [pull request](https://github.com/ringostarr80/rust-color-processing/pulls) on github.