![]() | IBitmapImageThresholdColour Method |
Name | Description | |
---|---|---|
![]() | ThresholdColour | Performs colour thresholding by thresholding each pixel to a default 20 colour palette. |
![]() | ThresholdColour(Int32) | Performs colour thresholding by thresholding each pixel to one of the supplied colours. |
![]() | ThresholdColour(ValueTupleInt32, Int32, Int32) |
Performs colour thresholding by thresholding each pixel to one of the supplied colours.
|
![]() | ThresholdColour(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. |
![]() | ThresholdColour(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.
|