import type { HighFragment } from '../HighFragment'; /** * a set of GLSL functions that allow us to gamma correct our colors */ export declare const colorGamma: HighFragment; export declare const colorNoGamma: HighFragment; //# sourceMappingURL=ColorFragments.d.ts.map