median

Get the middle out of three values

float median(float r, float g, float b);
float median(vec3 v);