Skip to content

Color types for different color models with conversions between it

Notifications You must be signed in to change notification settings

katyo/colours-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Color types with conversions

License: MIT Travis-CI Status Crates.io Package Docs.rs API Docs

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.

About

Color types for different color models with conversions between it

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages