Click or drag to resize

IBitmapImageThresholdColour Method

Performs colour thresholding by thresholding each pixel to a default 20 colour palette.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
IBitmapImage ThresholdColour()

Return Value

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