Applies histogram equalization to the bitmap. Histogram is retrieved to this method.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Type: System.Boolean []
Array of flags specifying what channels to apply effect at. If array item is true, transform will be applied at channel with appropriate index. Otherwise this channel is skipped.Type: Aurigma.GraphicsMill.Histogram
Histogram class instance containing a histogram to equalize. If you want to get histogram from the bitmap automatically, you should use overloaded version without this parameter.