lThreshold

Threshold value used to determine which pixels will be affected . Valid values range from 0 through 255. When lFlags = COLOR_RGB, any component (R, G, or B) of a pixel with a value less than the lThreshold value is not affected. When lFlags = COLOR_GRAY, any pixel where the master channel value is less than the lThreshold value is not affected.