fn rgb_to_hue_min_max(red: f32, green: f32, blue: f32) -> (f32, f32, f32)
Expand description

Calculate the hue from RGB components and return it along with the min and max RGB values.