mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
libgimpcolor: deprecate gimp_bilinear_pixels_8()
This commit is contained in:
parent
8bb0fa8372
commit
c726ea309a
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,8 @@ GimpRGB gimp_bilinear_rgb (gdouble x,
|
|||
GimpRGB gimp_bilinear_rgba (gdouble x,
|
||||
gdouble y,
|
||||
GimpRGB *values);
|
||||
|
||||
GIMP_DEPRECATED
|
||||
void gimp_bilinear_pixels_8 (guchar *dest,
|
||||
gdouble x,
|
||||
gdouble y,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue