#version 110


uniform float blue;


void main()
{
    gl_FragColor = vec4(1.0, 0.5, blue, 1.0);
}