color_processing 0.1.0

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

Color crate

This color_processing crate contains functions/methods to handle color values, like converting a rgb color to another colorspace (cmyk, hsl, hwb, ...), parse different kinds of color-strings or modifying colors (inverting, grayscale, colorize, ...).

It's not intended for image manipulation, just for parsing and processing single colors.