ImageGear23.Core Assembly > ImageGear.Processing Namespace > ImGearPixelProcessorRedEyeRGB Class : ImGearPixelProcessorRedEyeRGB Constructor |
'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 )