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
    }
);