ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Processing Namespace / IImGearPixelProcessor Interface / ProcessPixel Method
The pixel to be processed.




In This Topic
ProcessPixel Method (IImGearPixelProcessor)
In This Topic
The method must return the new pixel after processing.
Syntax
'Declaration
 
Function ProcessPixel( _
   ByVal pixel As ImGearPixel _
) As ImGearPixel
 
'Usage
 
Dim instance As IImGearPixelProcessor
Dim pixel As ImGearPixel
Dim value As ImGearPixel
 
value = instance.ProcessPixel(pixel)

Parameters

pixel
The pixel to be processed.

Return Value

See Also