Image.whiteThreshold

Forces all pixels above the threshold into white while leaving all pixels below the threshold unchanged.

  1. void whiteThreshold(Quantum threshold, ChannelType channel)
  2. void whiteThreshold(Quantum red, Quantum green, Quantum blue, Quantum opacity, ChannelType channel)

Parameters

channel ChannelType

One or more channels to adjust.

Meta