Click or drag to resize

IBitmapImageThresholdCeiling Method

Brightness values above specified limit are forced to 100% (white).

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
IBitmapImage ThresholdCeiling(
	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