colorconv 0.1.1

color conversion library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.hsl]
version = "0.1.1"

[dependencies.phf]
features = ["macros"]
version = "0.11.0"

[package]
authors = ["Kyohei Uto <im@kyoheiu.dev>"]
categories = ["graphics"]
description = "color conversion library"
edition = "2021"
keywords = ["color", "conversion", "rgb"]
license = "MIT"
name = "colorconv"
readme = "README.md"
repository = "https://github.com/kyoheiu/colorconv"
version = "0.1.1"