Metadata stored on Color objects

interface ParseMeta {
    alphaType?: "<number>" | "<percentage>";
    commas?: boolean;
    format?: default;
    formatId?: string;
    name?: string;
    types?: string[];
}

Properties

alphaType?: "<number>" | "<percentage>"
commas?: boolean
format?: default
formatId?: string
name?: string
types?: string[]