y = clip( x, lo, hi )
CLIP usage: y = clip( x, low, high ) x = input image low = set everything below here to low high = set everything above here to high y = output image