Click or drag to resize

IBitmapImageThresholdColour Method

Overload List
  NameDescription
Public methodThresholdColour
Performs colour thresholding by thresholding each pixel to a default 20 colour palette.
Public methodThresholdColour(Int32)
Performs colour thresholding by thresholding each pixel to one of the supplied colours.
Public methodThresholdColour(ValueTupleInt32, Int32, Int32)
Performs colour thresholding by thresholding each pixel to one of the supplied colours.
Public methodThresholdColour(Int32, Single, Int32)
Performs colour thresholding by thresholding each pixel to one of the supplied colours. Colours not matching are set to the default colour.
Public methodThresholdColour(ValueTupleInt32, Int32, Int32, Single, ValueTupleInt32, Int32, Int32)
Performs colour thresholding by thresholding each pixel to one of the supplied colours. Colours not matching are set to the default colour.
Top
See Also