https://github.com/thezalli/colliberator
It's a work-in-progress color library
https://github.com/thezalli/colliberator
color colorspace library
Last synced: 6 months ago
JSON representation
It's a work-in-progress color library
- Host: GitHub
- URL: https://github.com/thezalli/colliberator
- Owner: TheZalli
- License: apache-2.0
- Created: 2018-07-23T11:11:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-10T04:36:20.000Z (about 5 years ago)
- Last Synced: 2025-02-12T14:25:54.072Z (8 months ago)
- Topics: color, colorspace, library
- Language: Rust
- Homepage:
- Size: 150 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Colliberator
Colliberator is a work-in-progress color library.I'm developing this for my own purposes and projects, but I hope eventually it
will be broad and stable enough to be published on
[crates.io](https://crates.io).Currently it supports RGB and HSV colors with optional alpha-channels.
The colors are generic over their colorspace, and we can transform colors
between linear and sRGB colorspaces.There are other little things as well, such as a relative luminance function,
an ANSI-terminal text coloration function and a simple color shade
classification function.