If it's greyscale, you can loop through each snapshot pixel again to apply the conditional clamp. Use any of red/blue/green since they should always be the same in greyscale. Set snapshot pixel SnapshotRedAt(x, y)>50?100:0 for each color, or set an intermediate local variable to make it cleaner.
Alternatively, you can simply use the blackwhite layer effect.