#hsl #color #rgb #luv #husl

no-std hsluv

Human-friendly HSL (revision 4)

3 unstable releases

0.3.1 Aug 19, 2021
0.3.0 Aug 19, 2021
0.1.0 Feb 10, 2017

#1333 in Encoding

35 downloads per month
Used in aparte

MIT license

545KB
650 lines

hsluv CI Cargo API reference

Introduction

This is a Rust implementation of HSLuv (revision 4), based heavily off of the official C implementation. Supports no_std via the libm feature.

Dependencies