[ Version ( since = "2.10" ) ]
public void process_pixels (Object src_format, void* src_pixels, Object dest_format, void* dest_pixels, size_t length)
This function transforms a contiguous line of pixels.
See ColorTransform: only the pixel encoding of
src_format and dest_format is honored, their color spaces are ignored. The transform always takes place between the
color spaces determined by this's color profiles.
| this | |
| src_format |
Object format of |
| src_pixels |
pointer to the source pixels |
| dest_format |
Object format of |
| dest_pixels |
pointer to the destination pixels |
| length |
number of pixels to process |