mirror of https://github.com/GNOME/gimp.git
added gimp_rgb_to_cmyk_int().
2003-09-03 Sven Neumann <sven@gimp.org> * libgimpcolor/gimpcolor.def: added gimp_rgb_to_cmyk_int().
This commit is contained in:
parent
286e561755
commit
6d1b9fa9cb
|
@ -1,3 +1,7 @@
|
|||
2003-09-03 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimpcolor/gimpcolor.def: added gimp_rgb_to_cmyk_int().
|
||||
|
||||
2003-09-03 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/common/screenshot.c: don't include the plug-in name in
|
||||
|
|
|
@ -49,6 +49,7 @@ EXPORTS
|
|||
gimp_rgb_set_uchar
|
||||
gimp_rgb_subtract
|
||||
gimp_rgb_to_cmyk
|
||||
gimp_rgb_to_cmyk_int
|
||||
gimp_rgb_to_hls_int
|
||||
gimp_rgb_to_hsl
|
||||
gimp_rgb_to_hsv
|
||||
|
|
Loading…
Reference in New Issue