Function rgbToLab

  • Converts RGB color to LAB color space.

    Parameters

    • rgb: RGB

      The RGB color to convert.

    Returns LAB

    The color in LAB color space.

    If the input is not a valid RGB object or if RGB values are out of range.