Click or drag to resize

AdvancedLevelsCommand.GetHighThreshold Method

Calculates the high 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 GetHighThreshold(
	int[] channel,
	double clip
)

Parameters

channel
Type:System.Int32[]
The channels to use for calculation.
clip
Type: System.Double
The clip value.

Return Value

Type: Int32
See Also