Interface IColorMappingFunctionConstructor

interface IColorMappingFunctionConstructor {
    new IColorMappingFunctionConstructor(
        dump: string | ITypedDump,
        factory: ITypeFactory,
    ): IColorMappingFunction;
}

Constructors

Constructors