colorsys 0.6.2

A module for color conversion and mutation. For now works with RGB(a)( as hexadecimal too), HSL(a) color models
Documentation
[dependencies]

[features]
default = ["std"]
std = []

[package]
authors = ["mz <emgyrz@gmail.com>"]
categories = ["graphics"]
description = "A module for color conversion and mutation. For now works with RGB(a)( as hexadecimal too), HSL(a) color models"
edition = "2018"
homepage = "https://github.com/emgyrz/colorsys.rs"
keywords = ["colors", "converter", "rgb", "hsl", "cmyk"]
license = "MIT"
name = "colorsys"
readme = "README.md"
repository = "https://github.com/emgyrz/colorsys.rs.git"
version = "0.6.2"