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

    Type Alias ColorJson

    Support type describing a generic color JSON forma.

    type ColorJson = {
        alpha: number;
        [name: string]: number;
    }

    Indexable

    • [name: string]: number
    Index

    Properties

    Properties

    alpha: number