Color
    Preparing search index...

    Function labToLch

    • Convert the given CIELAB color to a CIELCh(ab) color. Based on the EasyRGB pseudo-code.

      Parameters

      Returns [number, number, number] & Lchab

      A CIELCh color.

    • Convert the given CIELUV color to a CIELCh(uv) color. Based on the EasyRGB pseudo-code.

      Parameters

      Returns [number, number, number] & Lchuv

      A CIELCh color.