 | IBitmapImageThresholdColour Method (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[] colours
)
Parameters
- colours
- Type: SystemInt32
An array of RGB colours, from 2 to 32 elements.
Return Value
Type:
IBitmapImageA new image instance with effect applied.
See Also