Gamut mapping
Map between color spaces
Convert Palette colors between color spaces with CSS Color Module Level 4's gamut mapping algorithm.
use ;
use gamut_map;
let color = new;
// roughly equal to #006d91
let srgb: Srgb = gamut_map;
Map between color spaces
Convert Palette colors between color spaces with CSS Color Module Level 4's gamut mapping algorithm.
use ;
use gamut_map;
let color = new;
// roughly equal to #006d91
let srgb: Srgb = gamut_map;