colorskill 1.1.3

Some useful color manipulation functions
Documentation
[![Latest Version](https://img.shields.io/crates/v/colorskill.svg)](https://crates.io/crates/colorskill) | [Documentation](https://docs.rs/colorskill)
|----|----

This is a library with some RGB color manipulation functions.

It includes some public functions, which can be used on their own,
or used with the provided RGB struct.

- Get a color by name
- Make a color lighter
- Make a color darker
- Get a random color
- Parse color strings
- Get color hue degrees
- Get color saturation %
- Get color lightness %
- Return string versions 

Refer to the documentation for details.