RGBImageFilter.filterRGBPixels
Class Overview | Class Members |
This Package |
All Packages
public void filterRGBPixels( int x,
int y,
int w,
int h,
int pixels[],
int off,
int scansize )
Description
Filters a buffer of pixels in the default RGB ColorModel by passing
them one by one through the filterRGB method.
See Also
getRGBdefault, filterRGB