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

    Type Alias LmsCat02Json

    The JSON representation of an LMS CAT02 color.

    type LmsCat02Json = {
        l: number;
        m: number;
        s: number;
    }
    Index

    Properties

    l m s

    Properties

    l: number

    The l component.

    m: number

    The m component.

    s: number

    The s component.