Interface ICategoricalColorMappingFunction

interface ICategoricalColorMappingFunction {
    apply(v): string;
    clone(): ICategoricalColorMappingFunction;
    eq(other): boolean;
    toJSON(): ITypedDump;
}

Implemented by

Methods