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

    Type Alias OklabJson

    The JSON representation of an Oklab color.

    type OklabJson = {
        a: number;
        b: number;
        l: number;
    }
    Index

    Properties

    a b l

    Properties

    a: number

    The a component.

    b: number

    The b component.

    l: number

    The l component.