Click or drag to resize

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
Syntax
C#
IBitmapImage ThresholdColour(
	(int , int , int )[] rgbcols
)

Parameters

rgbcols
Type: SystemValueTupleInt32, Int32, Int32
An array of colours, from 2 to 32 elements.

Return Value

Type: IBitmapImage
A new image instance with effect applied.
See Also