interface ColorShaderOptions {
    color: Color;
    type: "color";
}

Properties

Properties

color: Color
type: "color"