metamorphosis
    Preparing search index...

    Type Alias Lch

    type Lch = {
        a?: number;
        c: number;
        h: number;
        l: number;
    }
    Index

    Properties

    a? c h l

    Properties

    a?: number
    c: number
    h: number
    l: number