palette 0.7.6

Convert and manage colors with a focus on correctness, flexibility and ease of use.
Documentation
1
2
3
4
5
6
7
8
9
10
use crate::{Okhsl, OklabHue};

impl_rand_traits_hsl_bicone!(
    UniformOkhsl,
    Okhsl {
        hue: UniformOklabHue => OklabHue,
        height: lightness,
        radius: saturation
    }
);