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

    Type Alias CmykJson

    The JSON representation of a CMYK color.

    type CmykJson = {
        c: number;
        k: number;
        m: number;
        y: number;
    }
    Index

    Properties

    c k m y

    Properties

    c: number

    The c component.

    k: number

    The k component.

    m: number

    The m component.

    y: number

    The y component.