An open API service indexing awesome lists of open source software.

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

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.