@lakuna/color
    Preparing search index...

    Interface Cmy

    A CMY representation of a color.

    interface Cmy {
        "0": number;
        "1": number;
        "2": number;
        [key: number]: number;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: number]: number
    Index

    Properties

    0 1 2

    Properties

    "0": number

    The cyan channel of this color in the range [0,1].

    "1": number

    The magenta channel of this color in the range [0,1].

    "2": number

    The yellow channel of this color in the range [0,1].