Selects color conversion function based on source and destination color spaces.
src (str) – Source color space.
str
dest (str) – Destination color space.
Callable
Conversion function from source to destination color space.
NameError – If conversion function does not exist.
get_conversion_function()