colours

Crates.iocolours
lib.rscolours
version0.1.1
sourcesrc
created_at2020-01-10 17:50:54.801638
updated_at2020-02-21 11:00:26.542588
descriptionColor types for different color models with conversions between it.
homepage
repositoryhttps://github.com/katyo/colours-rs
max_upload_size
id197227
size21,779
Kayo Phoenix (katyo)

documentation

README

Color types with conversions

This library implements color types for some widely used color models such as RGB, HSL, HSV and variants with alpha channel. The support for other models may be added in future.

Each type parameterized using channel type: u8 or f32. The channel value range for u8 is from 0 to 255, and for f32 is from 0.0 to 1.0.

Commit count: 8

cargo fmt