#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

#1365 in Encoding

Download history 3/week @ 2024-02-15 28/week @ 2024-02-22 12/week @ 2024-02-29 2/week @ 2024-03-07 3/week @ 2024-03-14 5/week @ 2024-03-21 69/week @ 2024-03-28 29/week @ 2024-04-04

103 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