precision highp float; uniform float uFactor; void main() { float c = 1.0 - uFactor; gl_FragColor = vec4(c, c, c, 1.0); }