 | IBitmapImageThresholdColour Method (ValueTupleInt32, Int32, Int32) |
Performs colour thresholding by thresholding each pixel to one of the supplied colours.
Namespace:
CohesiveComputing.Imaging
Assembly:
CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
SyntaxIBitmapImage ThresholdColour(
(int , int , int )[] rgbcols
)
Parameters
- rgbcols
- Type: SystemValueTupleInt32, Int32, Int32
An array of colours, from 2 to 32 elements.
Return Value
Type:
IBitmapImageA new image instance with effect applied.
See Also