Function
Bablprocess
Declaration [src]
long
babl_process (
const Babl* babl_fish,
void* source,
void* destination,
long n
)
Description [src]
Process n pixels from source to destination using babl_fish, returns number of pixels converted.
Parameters
babl_fish |
Babl |
No description available. | |
The data is owned by the caller of the function. | |
source |
void* |
No description available. | |
The argument can be NULL . | |
The data is owned by the caller of the function. | |
destination |
void* |
No description available. | |
The argument can be NULL . | |
The data is owned by the caller of the function. | |
n |
long |
No description available. |