Q
- The type of pixel this processor can processpublic interface PixelProcessor<Q>
Modifier and Type | Method and Description |
---|---|
Q |
processPixel(Q pixel)
Process the given pixel returning a new value
for the pixel.
|
Q processPixel(Q pixel)
pixel
- The pixel to process