Interface FunctionColorGenerator

interface FunctionColorGenerator {
    type: "function";
    clone(): FunctionColorGenerator;
    genColor(color, t): Vector4;
    toJSON(): FunctionJSON;
}

Implemented by

Properties

Methods

Properties

type: "function"

Methods

  • Parameters

    • color: Vector4
    • t: number

    Returns Vector4