ImageGear v26.3 - Updated November 9, 2022
ImageGear.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.




In This Topic
ImGearPixelProcessorRedEyeRGB Constructor
In This Topic
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)

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