ImageGear .NET - Updated
ImGearPixelProcessorRedEyeRGB Constructor




ImageGear24.Core Assembly > ImageGear.Processing Namespace > ImGearPixelProcessorRedEyeRGB Class : ImGearPixelProcessorRedEyeRGB Constructor
DIB the pixel belongs to.
A value in the range 0.5..2 that specifies a part of the red component in the pixel color.
Brightness of the pixel after processing. The range is -1...1.
Initializes a new instance of the ImGearPixelProcessorRedEyeRGB class.
Syntax
'Declaration
 
Public Function New( _
   ByVal dib As ImGearDIB, _
   ByVal threshold As Double, _
   ByVal brightness As Double _
)
'Usage
 
Dim dib As ImGearDIB
Dim threshold As Double
Dim brightness As Double
 
Dim instance As New ImGearPixelProcessorRedEyeRGB(dib, threshold, brightness)
public ImGearPixelProcessorRedEyeRGB( 
   ImGearDIB dib,
   double threshold,
   double brightness
)
public: ImGearPixelProcessorRedEyeRGB( 
   ImGearDIB* dib,
   double threshold,
   double brightness
)
public:
ImGearPixelProcessorRedEyeRGB( 
   ImGearDIB^ dib,
   double threshold,
   double brightness
)

Parameters

dib
DIB the pixel belongs to.
threshold
A value in the range 0.5..2 that specifies a part of the red component in the pixel color.
brightness
Brightness of the pixel after processing. The range is -1...1.
See Also

Reference

ImGearPixelProcessorRedEyeRGB Class
ImGearPixelProcessorRedEyeRGB Members
ImGearPixelProcessorRedEyeRGB Class
ImGearDIB Class