diff --git a/skimage/color/colorconv.py b/skimage/color/colorconv.py index 1eb63721..8f2b82c0 100644 --- a/skimage/color/colorconv.py +++ b/skimage/color/colorconv.py @@ -779,6 +779,7 @@ def gray2rgb(image, alpha=None): else: raise ValueError("Input image expected to be RGB, RGBA or gray.") +grey2rgb = gray2rgb def xyz2lab(xyz, illuminant="D65", observer="2"): """XYZ to CIE-LAB color space conversion.