Click or drag to resize

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

Parameters

colours
Type: SystemInt32
An array of RGB colours, from 2 to 32 elements.

Return Value

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