Click or drag to resize

IBitmapImageThresholdFloor Method

Brightness values below specified limit are forced to 0% (black).

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

Parameters

thresholdPc
Type: SystemSingle
Brightness as percentage. 0 is black, 100 is white.

Return Value

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