@OPEN-KAPPA/COLORS
    Preparing search index...

    Type Alias LchUvJson

    The JSON representation of an LchUv color.

    type LchUvJson = {
        c: number;
        h: number;
        l: number;
    }
    Index

    Properties

    c h l

    Properties

    c: number

    The c component.

    h: number

    The h component.

    l: number

    The l component.