Color
    Preparing search index...

    Function lchToLab

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

      Parameters

      Returns [number, number, number] & Lab

      A CIELAB color.

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

      Parameters

      Returns [number, number, number] & Luv

      A CIELUV color.