AdvancedLevelsCommand.GetLowThreshold 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)
Syntaxpublic static int GetLowThreshold(
int[] channel,
double clip
)
Public Shared Function GetLowThreshold (
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