babylon.quarks - v0.19.0
    Preparing search index...

    Interface FunctionColorGenerator

    interface FunctionColorGenerator {
        type: "function";
        clone(): FunctionColorGenerator;
        genColor(memory: GeneratorMemory, color: Vector4, t: number): Vector4;
        refreshTable?(): void;
        startGen(memory: GeneratorMemory): void;
        toJSON(): FunctionJSON;
    }

    Implemented by

    Index

    Properties

    type: "function"

    Methods

    • See FunctionValueGenerator.refreshTable.

      Returns void

    • Parameters

      Returns void