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)
Syntaxpublic static int GetHighThreshold(
int[] channel,
double clip
)
Public Shared Function GetHighThreshold (
channel As Integer(),
clip As Double
) As Integer
Parameters
- channel
- Type:System.Int32[]
The channels to use for calculation. - clip
- Type: System.Double
The clip value.
Return Value
Type:
Int32
See Also