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

    Type Alias ICtCpJson

    The JSON representation of an ICtCp color.

    type ICtCpJson = {
        cp: number;
        ct: number;
        i: number;
    }
    Index

    Properties

    Properties

    cp: number

    The Cp component.

    ct: number

    The Ct component.

    i: number

    The I component.