ImageGear v26.0 - Updated
ProcessPixel Method (ImGearPixelProcessorRedEyeRGB)




ImageGear.Core Assembly > ImageGear.Processing Namespace > ImGearPixelProcessorRedEyeRGB Class : ProcessPixel Method
ImageGear.Core.ImGearPixel class object representing pixel to be processed.
Returns the new pixel after processing.
Syntax
'Declaration
 
Public Function ProcessPixel( _
   ByVal pixel As ImGearPixel _
) As ImGearPixel
'Usage
 
Dim instance As ImGearPixelProcessorRedEyeRGB
Dim pixel As ImGearPixel
Dim value As ImGearPixel
 
value = instance.ProcessPixel(pixel)
public ImGearPixel ProcessPixel( 
   ImGearPixel pixel
)
public: ImGearPixel* ProcessPixel( 
   ImGearPixel* pixel
) 
public:
ImGearPixel^ ProcessPixel( 
   ImGearPixel^ pixel
) 

Parameters

pixel
ImageGear.Core.ImGearPixel class object representing pixel to be processed.

Return Value

See Also

Reference

ImGearPixelProcessorRedEyeRGB Class
ImGearPixelProcessorRedEyeRGB Members
ImGearPixel Class

Is this page helpful?
Yes No
Thanks for your feedback.