You are here: Start » FIL.NET » ColorThresholdParams Structure

ColorThresholdParams Structure

Namespace:Fil
Assembly:FilNet.Types.dll

This structure contains parameters for color-based thresholding of an image.

Constructors

 ConstructorDescription
ColorThresholdParams(Pixel, Single, Single, Single)

Properties

 NameTypeDescription
ChromaAmountSystem.Single
DefaultFil.ColorThresholdParams Gets a default instance of the ColorThresholdParams.
EmptyFil.ColorThresholdParams Gets an empty instance of the ColorThresholdParams.
HysteresisSystem.Single
MaxDifferenceSystem.Single
RgbColorFil.Pixel

Methods

 NameDescription
Equals(Fil.ColorThresholdParams)
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also