ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.Processing Namespace / ImGearPixelCheckerRedEyeRGB Class / ImGearPixelCheckerRedEyeRGB Constructor
Value in the range 0.5..2 that specifies a part of the red component in the pixel color.




In This Topic
    ImGearPixelCheckerRedEyeRGB Constructor
    In This Topic
    Initializes a new instance of the ImGearPixelCheckerRedEyeRGB class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal threshold As Double _
    )
    'Usage
     
    Dim threshold As Double
     
    Dim instance As New ImGearPixelCheckerRedEyeRGB(threshold)
    public ImGearPixelCheckerRedEyeRGB( 
       double threshold
    )
    public: ImGearPixelCheckerRedEyeRGB( 
       double threshold
    )
    public:
    ImGearPixelCheckerRedEyeRGB( 
       double threshold
    )

    Parameters

    threshold
    Value in the range 0.5..2 that specifies a part of the red component in the pixel color.
    See Also