color-lib

Crates.iocolor-lib
lib.rscolor-lib
version0.1.0
created_at2025-02-13 12:48:06.909266+00
updated_at2025-02-13 12:48:06.909266+00
descriptionA library for implementing colors and converting between different representations. Includes a library easy access default colors.
homepage
repository
max_upload_size
id1554178
size45,307
(RasmusBruhn)

documentation

README

This library implements the color representations RGB, HSV, HSL, and HSI with functions to convert between each type of representations. It also implements the Color trait and ColorMap trait which can be used to define custom colors and color maps.

This library is made to help implement colors in other libraries like plotting or other visualization libraries with shortcuts for common color maps in the "colors" and "maps" module.

Commit count: 0

cargo fmt