6#ifndef FILTERS_GP_MULTI_TONE_H
7#define FILTERS_GP_MULTI_TONE_H
11int gp_filter_multitone_ex(
const gp_pixmap *
const src,
19static inline int gp_filter_multitone(
const gp_pixmap *
const src,
24 return gp_filter_multitone_ex(src, 0, 0, src->
w, src->
h, dst, 0, 0,
25 pixels, pixels_size, callback);
41 return gp_filter_multitone_ex_alloc(src, 0, 0, src->
w, src->
h,
44 pixels, pixels_size, callback);
uint32_t gp_pixel
Pixel integer value.
int gp_coord
Integer type for coordinates i.e. x, y, ...
unsigned int gp_size
Integer type for sizes i.e. w, h, ...
gp_pixel_type
List of all pixel types.
uint32_t h
Pixmap height in pixels.
uint32_t w
Pixmap width in pixels.