Click or drag to resize

AdvancedLevelsCommandGetLowThreshold Method

Calculates the low threshold value.

Namespace:  Atalasoft.Imaging.ImageProcessing.Effects
Assembly:  Atalasoft.dotImage.AdvancedPhotoEffects (in Atalasoft.dotImage.AdvancedPhotoEffects.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static int GetLowThreshold(
	int[] channel,
	double clip
)

Parameters

channel
Type: SystemInt32
The channels to use for calculation.
clip
Type: SystemDouble
The clip value.

Return Value

Type: Int32
See Also