vec3 blue(float f)
{
   return vec3(0., 0., clamp(f,0.,1.));
}
