/*! * Copyright (c) Microsoft Corporation. * Licensed under the MIT License. */ import { ShaderBase } from "./shader.js"; export declare class Color extends ShaderBase { private _positionAttribute; private _colorAttribute; initializeContext(gl: WebGLRenderingContext): void; private _initializeShader; apply(): void; applyView(): void; updateBuffers(): void; }