rgb_to_hsv

Function rgb_to_hsv 

Source
pub fn rgb_to_hsv<T>(r: T, g: T, b: T) -> (T, T, T)
Expand description

Converts an RGB pixel to a HSV pixel