AdvancedLevelsCommandGetHighThreshold Method |
Calculates the high threshold value.
Namespace:
Atalasoft.Imaging.ImageProcessing.Effects
Assembly:
Atalasoft.dotImage.AdvancedPhotoEffects (in Atalasoft.dotImage.AdvancedPhotoEffects.dll) Version: 2026.2.0.0.42 (.NET 4.6.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: SystemInt32
The channels to use for calculation. - clip
- Type: SystemDouble
The clip value.
Return Value
Type:
Int32
See Also