From aa7e4fb9b1c079fae0eea13a6286dd8ea51b5707 Mon Sep 17 00:00:00 2001 From: Erik Hedvall Date: Sun, 3 May 2020 18:56:35 +0200 Subject: [PATCH] fix --- palette/benches/rgb.rs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/palette/benches/rgb.rs b/palette/benches/rgb.rs index b79b812c4..704c8ed20 100644 --- a/palette/benches/rgb.rs +++ b/palette/benches/rgb.rs @@ -26,6 +26,12 @@ use data_color_mine::{load_data, ColorMine}; - xyz to rgb - hsl to rgb - hsv to rgb + - hsv to linear hsv + - linear hsv to hsv + - hsl to linear hsl + - linear hsl to hsl + - hwb to linear hwb + - linear hwb to hwb - linsrgb to rgb - rgb_u8 to linsrgb_f32 - linsrgb_f32 to rgb_u8