UNPKG

three

Version:

JavaScript 3D library

15 lines (13 loc) 232 B
import { Uniform } from '../../../src/Three'; export const ColorCorrectionShader: { uniforms: { tDiffuse: Uniform; powRGB: Uniform; mulRGB: Uniform; addRGB: Uniform; }; vertexShader: string; fragmentShader: string; };