ImageGear .NET - Updated
ImGearPixelCheckerRedEyeRGB Constructor




ImageGear24.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.
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

Reference

ImGearPixelCheckerRedEyeRGB Class
ImGearPixelCheckerRedEyeRGB Members